{ "version": 4, "terraform_version": "1.5.6", "serial": 166, "lineage": "f8c98e92-ef1f-a82d-bcc9-4c1635210fcc", "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-c3a9a3e991a52462b", "ami": "ami-e939b8e7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-583d5d96"], "subnet_id": "subnet-7e2a5801", "key_name": "prod-deploy-key" } } ] } ] }