{ "version": 4, "terraform_version": "1.5.0", "serial": 557, "lineage": "43b0b5c5-7cb3-85a9-0c0a-02f94b944a71", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-c9f3140d78b7da6af", "ami": "ami-27737bc5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a97aa768"], "subnet_id": "subnet-72bc05d6", "key_name": "prod-deploy-key" } } ] } ] }