{ "version": 4, "terraform_version": "1.7.5", "serial": 126, "lineage": "c139963b-3dd7-ced0-b939-1755d369f8bd", "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-8947f0051c4fc09a3", "ami": "ami-2c2ab3c3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f2e08223"], "subnet_id": "subnet-e22083ca", "key_name": "prod-deploy-key" } } ] } ] }