{ "version": 4, "terraform_version": "1.7.6", "serial": 467, "lineage": "77bce81f-7add-bdad-5625-654bdf33ea05", "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-4be8d2a7dbb49e082", "ami": "ami-9ee469fc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7457fc25"], "subnet_id": "subnet-0208f637", "key_name": "prod-deploy-key" } } ] } ] }