{ "version": 4, "terraform_version": "1.8.9", "serial": 365, "lineage": "27594797-37f5-4f0c-c094-646481be6e31", "outputs": { "db_endpoint": { "value": "db-4.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-cec64a383ef45efe9", "ami": "ami-91a4914a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a71481a5"], "subnet_id": "subnet-71c9d09c", "key_name": "prod-deploy-key" } } ] } ] }