{ "version": 4, "terraform_version": "1.7.7", "serial": 173, "lineage": "0f0afffa-4a49-fa0d-c272-433f7cdc5e10", "outputs": { "db_endpoint": { "value": "db-3.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-22cf5f6f14ae14e4f", "ami": "ami-89e13d6d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a191734a"], "subnet_id": "subnet-2a8a5bf8", "key_name": "prod-deploy-key" } } ] } ] }