{ "version": 4, "terraform_version": "1.5.6", "serial": 393, "lineage": "1d3bbd87-8803-15b8-a6a9-6390fc0c83a2", "outputs": { "db_endpoint": { "value": "db-0.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-a19a2e2e4f7b1eea3", "ami": "ami-2c982b13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a56db8df"], "subnet_id": "subnet-2276daac", "key_name": "prod-deploy-key" } } ] } ] }