{ "version": 4, "terraform_version": "1.5.5", "serial": 275, "lineage": "d324e1fe-0b25-5907-9e05-75150faa3c6d", "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-b41174d08d8855c63", "ami": "ami-73d54004", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f4a215e8"], "subnet_id": "subnet-d5f6d746", "key_name": "prod-deploy-key" } } ] } ] }