{ "version": 4, "terraform_version": "1.3.1", "serial": 3, "lineage": "946bb105-337f-c3fc-6b8b-e09f72b8b293", "outputs": {}, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "grafana", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "ami": "ami-0409b7ddbc59e3222", "arn": "arn:aws:ec2:ap-northeast-2:508259851457:instance/i-09c4bc87fd369504e", "associate_public_ip_address": false, "availability_zone": "ap-northeast-2a", "capacity_reservation_specification": [ { "capacity_reservation_preference": "open", "capacity_reservation_target": [] } ], "cpu_core_count": 1, "cpu_threads_per_core": 2, "credit_specification": [ { "cpu_credits": "unlimited" } ], "disable_api_stop": false, "disable_api_termination": false, "ebs_block_device": [], "ebs_optimized": false, "enclave_options": [ { "enabled": false } ], "ephemeral_block_device": [], "get_password_data": false, "hibernation": false, "host_id": "", "host_resource_group_arn": null, "iam_instance_profile": "", "id": "i-09c4bc87fd369504e", "instance_initiated_shutdown_behavior": "stop", "instance_state": "running", "instance_type": "t3.small", "ipv6_address_count": 0, "ipv6_addresses": [], "key_name": "kp-jay-bastion-datasaker", "launch_template": [], "maintenance_options": [ { "auto_recovery": "default" } ], "metadata_options": [ { "http_endpoint": "enabled", "http_put_response_hop_limit": 1, "http_tokens": "optional", "instance_metadata_tags": "disabled" } ], "monitoring": false, "network_interface": [], "outpost_arn": "", "password_data": "", "placement_group": "", "placement_partition_number": 0, "primary_network_interface_id": "eni-0b48b92d69735da43", "private_dns": "i-09c4bc87fd369504e.ap-northeast-2.compute.internal", "private_dns_name_options": [ { "enable_resource_name_dns_a_record": true, "enable_resource_name_dns_aaaa_record": false, "hostname_type": "resource-name" } ], "private_ip": "172.24.0.88", "public_dns": "", "public_ip": "", "root_block_device": [ { "delete_on_termination": true, "device_name": "/dev/sda1", "encrypted": false, "iops": 100, "kms_key_id": "", "tags": null, "throughput": 0, "volume_id": "vol-0f45b5aae9c328a33", "volume_size": 30, "volume_type": "gp2" } ], "secondary_private_ips": [], "security_groups": [], "source_dest_check": true, "subnet_id": "subnet-00c363356f133411d", "tags": { "Name": "grafana" }, "tags_all": { "Name": "grafana" }, "tenancy": "default", "timeouts": null, "user_data": null, "user_data_base64": null, "user_data_replace_on_change": false, "volume_tags": null, "vpc_security_group_ids": [ "sg-014638e423c769405" ] }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMCwidXBkYXRlIjo2MDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjEifQ==", "dependencies": [ "aws_security_group.grafana-allow-security" ] } ] }, { "mode": "managed", "type": "aws_security_group", "name": "grafana-allow-security", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "schema_version": 1, "attributes": { "arn": "arn:aws:ec2:ap-northeast-2:508259851457:security-group/sg-014638e423c769405", "description": "Allow inbound traffic", "egress": [ { "cidr_blocks": [ "0.0.0.0/0" ], "description": "", "from_port": 0, "ipv6_cidr_blocks": [ "::/0" ], "prefix_list_ids": [], "protocol": "-1", "security_groups": [], "self": false, "to_port": 0 } ], "id": "sg-014638e423c769405", "ingress": [ { "cidr_blocks": [ "118.223.123.161/32" ], "description": "SSH", "from_port": 22, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 22 }, { "cidr_blocks": [ "118.223.123.161/32" ], "description": "TLS from grafana", "from_port": 443, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 443 }, { "cidr_blocks": [ "118.223.123.161/32" ], "description": "http fron grafana", "from_port": 80, "ipv6_cidr_blocks": [], "prefix_list_ids": [], "protocol": "tcp", "security_groups": [], "self": false, "to_port": 80 } ], "name": "grafana-allow-security", "name_prefix": "", "owner_id": "508259851457", "revoke_rules_on_delete": false, "tags": { "Name": "grafana-allow-security" }, "tags_all": { "Name": "grafana-allow-security" }, "timeouts": null, "vpc_id": "vpc-00ba2b0e9ad59f0ed" }, "sensitive_attributes": [], "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6OTAwMDAwMDAwMDAwfSwic2NoZW1hX3ZlcnNpb24iOiIxIn0=" } ] } ], "check_results": [] }