{ "version": 4, "terraform_version": "1.7.0", "serial": 225, "lineage": "237d1038-ba11-f6a3-a032-e388035851cf", "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-83cd534e3007a98a5", "ami": "ami-9772ec75", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-da671da6"], "subnet_id": "subnet-bd205231", "key_name": "prod-deploy-key" } } ] } ] }