{ "version": 4, "terraform_version": "1.6.8", "serial": 325, "lineage": "cdd8b32b-2f44-58a6-d077-845f51653202", "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-849cecc4015e436de", "ami": "ami-99c5cc45", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8c26f7cb"], "subnet_id": "subnet-87291aed", "key_name": "prod-deploy-key" } } ] } ] }