{ "version": 4, "terraform_version": "1.6.7", "serial": 274, "lineage": "b796e2f1-e0f9-562e-8541-8675780d606b", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-88c7f685c64503009", "ami": "ami-ba0eb6df", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c534259b"], "subnet_id": "subnet-9b47f209", "key_name": "prod-deploy-key" } } ] } ] }