{ "version": 4, "terraform_version": "1.5.0", "serial": 125, "lineage": "82d1a035-1c35-086a-d232-e5e552c8ed83", "outputs": { "db_endpoint": { "value": "db-2.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-30e47ec81e84056ce", "ami": "ami-ea236371", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-83967f55"], "subnet_id": "subnet-37159014", "key_name": "prod-deploy-key" } } ] } ] }