{ "version": 4, "terraform_version": "1.5.4", "serial": 449, "lineage": "9fa07e81-9c47-5588-fdc4-e96e7856a2f0", "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-012338eda47fa8d1f", "ami": "ami-7604b2aa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0f02caf7"], "subnet_id": "subnet-f6522a4d", "key_name": "prod-deploy-key" } } ] } ] }