{ "version": 4, "terraform_version": "1.7.3", "serial": 459, "lineage": "a3496fa5-44ed-6269-f315-330d5a40f019", "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-cd12ddd090498f927", "ami": "ami-ce63de95", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-63f179ba"], "subnet_id": "subnet-4837d28d", "key_name": "prod-deploy-key" } } ] } ] }