{ "version": 4, "terraform_version": "1.7.4", "serial": 109, "lineage": "d1c80597-4ac2-c719-fe05-e1807b4a1121", "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-20d22ea2d06392f49", "ami": "ami-6721f481", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bb8168cb"], "subnet_id": "subnet-e8fff8d5", "key_name": "prod-deploy-key" } } ] } ] }