{ "version": 4, "terraform_version": "1.6.6", "serial": 376, "lineage": "ba94c43b-4b6e-788b-d188-a554afdf7abd", "outputs": { "db_endpoint": { "value": "db-1.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-def2cb3c72adeebec", "ami": "ami-a1586d37", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-20922f1e"], "subnet_id": "subnet-1a55cce5", "key_name": "prod-deploy-key" } } ] } ] }