{ "version": 4, "terraform_version": "1.5.2", "serial": 212, "lineage": "493e5868-f80b-38fc-fe03-08c5a2321ee2", "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-e3bfa5bbdbb4f88da", "ami": "ami-65a1d9e2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6da8174f"], "subnet_id": "subnet-3b0c2c78", "key_name": "prod-deploy-key" } } ] } ] }