{ "version": 4, "terraform_version": "1.7.9", "serial": 469, "lineage": "7c8487d3-b2db-5548-b763-1908d1119802", "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-a68dd616afb9cb2db", "ami": "ami-87ff138f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-62d849ca"], "subnet_id": "subnet-04957843", "key_name": "prod-deploy-key" } } ] } ] }