{ "version": 4, "terraform_version": "1.7.1", "serial": 142, "lineage": "8d2dc666-41d9-c85b-b190-d178fa759205", "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-53355bf0333ece063", "ami": "ami-0b231f14", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6b56b4d6"], "subnet_id": "subnet-342ecfd1", "key_name": "prod-deploy-key" } } ] } ] }