{ "version": 4, "terraform_version": "1.8.9", "serial": 476, "lineage": "c5636675-2e77-9ecd-e877-1d4ff8b03951", "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-60cb0da0767f0336a", "ami": "ami-5eb91cd9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dfb2e1c4"], "subnet_id": "subnet-1ab8f4a1", "key_name": "prod-deploy-key" } } ] } ] }