{ "version": 4, "terraform_version": "1.6.3", "serial": 334, "lineage": "26e67bbf-18ab-40b0-d0de-e52624148f4a", "outputs": { "db_endpoint": { "value": "db-4.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-d7b73f300f891d54e", "ami": "ami-148d1aa5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-028b4f17"], "subnet_id": "subnet-95bf7861", "key_name": "prod-deploy-key" } } ] } ] }