{ "version": 4, "terraform_version": "1.8.8", "serial": 361, "lineage": "2e74dfab-346d-e326-0fbb-8647ecf9cb3d", "outputs": { "db_endpoint": { "value": "db-4.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-bf97dad15bd2c0c05", "ami": "ami-9861c6e4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-85b221c6"], "subnet_id": "subnet-7a7d53dd", "key_name": "prod-deploy-key" } } ] } ] }