{ "version": 4, "terraform_version": "1.8.0", "serial": 527, "lineage": "6b06a3ab-9eac-904f-2c86-e6adb273b51e", "outputs": { "db_endpoint": { "value": "db-0.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-bb9238e3fed710167", "ami": "ami-e72b3ac6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b220d0c3"], "subnet_id": "subnet-e0fefe16", "key_name": "prod-deploy-key" } } ] } ] }