From 017f8117c28cb3b82070408680b1ce364d1f4045 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Tue, 30 Jan 2024 02:24:40 +0000 Subject: [PATCH] untracked tf backup --- terraform.tfstate.backup | 147 --------------------------------------- 1 file changed, 147 deletions(-) delete mode 100644 terraform.tfstate.backup diff --git a/terraform.tfstate.backup b/terraform.tfstate.backup deleted file mode 100644 index 663a0bd..0000000 --- a/terraform.tfstate.backup +++ /dev/null @@ -1,147 +0,0 @@ -{ - "version": 4, - "terraform_version": "1.6.6", - "serial": 27, - "lineage": "963e87bb-042a-11a8-1ea0-0b854f00dd56", - "outputs": { - "instance_id": { - "value": "i-026cf3a4a0c5ff6c3", - "type": "string" - }, - "instance_public_ip": { - "value": "47.128.148.130", - "type": "string" - } - }, - "resources": [ - { - "mode": "managed", - "type": "aws_instance", - "name": "app_server", - "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", - "instances": [ - { - "schema_version": 1, - "attributes": { - "ami": "ami-0fa377108253bf620", - "arn": "arn:aws:ec2:ap-southeast-1:975050360532:instance/i-026cf3a4a0c5ff6c3", - "associate_public_ip_address": true, - "availability_zone": "ap-southeast-1b", - "capacity_reservation_specification": [ - { - "capacity_reservation_preference": "open", - "capacity_reservation_target": [] - } - ], - "cpu_core_count": 1, - "cpu_options": [ - { - "amd_sev_snp": "", - "core_count": 1, - "threads_per_core": 1 - } - ], - "cpu_threads_per_core": 1, - "credit_specification": [ - { - "cpu_credits": "standard" - } - ], - "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-026cf3a4a0c5ff6c3", - "instance_initiated_shutdown_behavior": "stop", - "instance_state": "running", - "instance_type": "t2.micro", - "ipv6_address_count": 0, - "ipv6_addresses": [], - "key_name": "", - "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-0a3c3736f9242d069", - "private_dns": "ip-172-31-40-36.ap-southeast-1.compute.internal", - "private_dns_name_options": [ - { - "enable_resource_name_dns_a_record": false, - "enable_resource_name_dns_aaaa_record": false, - "hostname_type": "ip-name" - } - ], - "private_ip": "172.31.40.36", - "public_dns": "ec2-47-128-148-130.ap-southeast-1.compute.amazonaws.com", - "public_ip": "47.128.148.130", - "root_block_device": [ - { - "delete_on_termination": true, - "device_name": "/dev/sda1", - "encrypted": false, - "iops": 100, - "kms_key_id": "", - "tags": {}, - "throughput": 0, - "volume_id": "vol-011166c6f9b225d14", - "volume_size": 8, - "volume_type": "gp2" - } - ], - "secondary_private_ips": [], - "security_groups": [ - "default" - ], - "source_dest_check": true, - "subnet_id": "subnet-0f2d436b22cfed9f5", - "tags": { - "Name": "testsample" - }, - "tags_all": { - "Name": "testsample" - }, - "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-0d238c8d3f9e81c28" - ] - }, - "sensitive_attributes": [], - "private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMCwidXBkYXRlIjo2MDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjEifQ==" - } - ] - } - ], - "check_results": null -}