{ "version": 4, "terraform_version": "1.6.9", "serial": 433, "lineage": "458ab63d-73c1-2b41-0093-b0c44c77135a", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-cbfb31bfa2718a274", "ami": "ami-7461f8d5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-43f7e9d6"], "subnet_id": "subnet-b48919f9", "key_name": "prod-deploy-key" } } ] } ] }