{ "version": 4, "terraform_version": "1.6.5", "serial": 227, "lineage": "32b94541-cf6d-bfc2-c041-0a2df5779727", "outputs": { "db_endpoint": { "value": "db-1.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-e761fcdce5c63ebea", "ami": "ami-d22a8182", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6ab8a9a6"], "subnet_id": "subnet-963741f8", "key_name": "prod-deploy-key" } } ] } ] }