{ "version": 4, "terraform_version": "1.6.6", "serial": 597, "lineage": "e79abccb-05d6-a617-d349-2ef1b0bccf0f", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-92cccb7a27fe745b5", "ami": "ami-d8303966", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2c7e398c"], "subnet_id": "subnet-05a6a083", "key_name": "prod-deploy-key" } } ] } ] }