{ "version": 4, "terraform_version": "1.8.0", "serial": 466, "lineage": "2f5aa0a1-d0cf-8f2b-6d0f-5b32dda9b2df", "outputs": { "db_endpoint": { "value": "db-3.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-f4e6f28b8eff46467", "ami": "ami-a39ff081", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6ab79d14"], "subnet_id": "subnet-270acb8c", "key_name": "prod-deploy-key" } } ] } ] }