{ "version": 4, "terraform_version": "1.7.9", "serial": 349, "lineage": "00b7601c-f90b-86ee-c80b-97155ad3f200", "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-12842dbd7c91a6c3f", "ami": "ami-543072a1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-db45d582"], "subnet_id": "subnet-1fe5c806", "key_name": "prod-deploy-key" } } ] } ] }