{ "version": 4, "terraform_version": "1.8.7", "serial": 480, "lineage": "8a9cbf3b-45c1-fe64-b3e5-95cbae9bf0cc", "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-caa1acbbbb346f2d8", "ami": "ami-191fa173", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-01dcc0b5"], "subnet_id": "subnet-668ed9ea", "key_name": "prod-deploy-key" } } ] } ] }