{ "version": 4, "terraform_version": "1.7.6", "serial": 117, "lineage": "e228c9b0-f12a-cccd-2f2b-4f059ab89cf1", "outputs": { "db_endpoint": { "value": "db-2.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-5c0cdbb6cb46051c7", "ami": "ami-f96418c0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0ee3313c"], "subnet_id": "subnet-6aa1ef30", "key_name": "prod-deploy-key" } } ] } ] }