{ "version": 4, "terraform_version": "1.8.8", "serial": 523, "lineage": "fdde5a53-c26c-610d-b9b9-5f45195f0ac4", "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-516653e8154954d31", "ami": "ami-79569596", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-50e0ae35"], "subnet_id": "subnet-e6341caf", "key_name": "prod-deploy-key" } } ] } ] }