{ "version": 4, "terraform_version": "1.5.2", "serial": 234, "lineage": "43b5b8e0-ce52-555b-b1c8-c3f397d6f88f", "outputs": { "db_endpoint": { "value": "db-1.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-9900b0c369a6bc9da", "ami": "ami-0952b992", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8cc7a096"], "subnet_id": "subnet-7da4faa9", "key_name": "prod-deploy-key" } } ] } ] }