{ "version": 4, "terraform_version": "1.6.8", "serial": 271, "lineage": "fe6a8a97-8f01-7d29-71d9-1794450ee016", "outputs": { "db_endpoint": { "value": "db-2.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-4219b5e161209f28c", "ami": "ami-e0d97822", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4e17fee3"], "subnet_id": "subnet-8d0480d2", "key_name": "prod-deploy-key" } } ] } ] }