{ "version": 4, "terraform_version": "1.7.1", "serial": 537, "lineage": "a4713c32-9880-af75-72bd-0691860e9f6a", "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-3dd82a6e823408814", "ami": "ami-66dc5960", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d76df1e"], "subnet_id": "subnet-c73a2950", "key_name": "prod-deploy-key" } } ] } ] }