{ "version": 4, "terraform_version": "1.5.4", "serial": 467, "lineage": "10bd9102-e059-e5c0-dd40-23e55edde5d2", "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-9145e569b2d6439e0", "ami": "ami-8c415e6b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6458437e"], "subnet_id": "subnet-7a8af168", "key_name": "prod-deploy-key" } } ] } ] }