{ "version": 4, "terraform_version": "1.7.1", "serial": 521, "lineage": "03260ff6-2a57-00a2-35d4-4f73973ebd33", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-e3a74a0e075acdc28", "ami": "ami-1e344410", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cbd7f6a1"], "subnet_id": "subnet-b9beb602", "key_name": "prod-deploy-key" } } ] } ] }