{ "version": 4, "terraform_version": "1.7.6", "serial": 107, "lineage": "cbab09c8-89c7-f17e-5ee8-2a3a57e957a8", "outputs": { "db_endpoint": { "value": "db-0.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-73e4b6a5fc4e6196f", "ami": "ami-c1907c4e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-86bc445c"], "subnet_id": "subnet-6e22fb70", "key_name": "prod-deploy-key" } } ] } ] }