{ "version": 4, "terraform_version": "1.6.2", "serial": 170, "lineage": "1e082c7e-45f6-fe8b-767b-06c5619815a5", "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-c1cb54a3e8348c5f0", "ami": "ami-a8eea9a2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-766f1377"], "subnet_id": "subnet-fcd03bfb", "key_name": "prod-deploy-key" } } ] } ] }