{ "version": 4, "terraform_version": "1.7.1", "serial": 230, "lineage": "e35eaa3c-32b3-3fec-e2d0-6ea0ec052936", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-6220503ca2afcd7ba", "ami": "ami-fd857101", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b61d2fef"], "subnet_id": "subnet-621fd7d4", "key_name": "prod-deploy-key" } } ] } ] }