{ "version": 4, "terraform_version": "1.8.7", "serial": 409, "lineage": "5b01361d-43c1-d347-4f4a-5d4e287924eb", "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-0ad047ed099f97457", "ami": "ami-2256db77", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ef60c310"], "subnet_id": "subnet-ebe5b9ea", "key_name": "prod-deploy-key" } } ] } ] }