{ "version": 4, "terraform_version": "1.7.3", "serial": 590, "lineage": "59167b33-b31c-3f3d-54c6-bccdbaf34e1f", "outputs": { "db_endpoint": { "value": "db-1.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-0ef43b05e45ea4c1a", "ami": "ami-f8ac44f4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d5929536"], "subnet_id": "subnet-45830b44", "key_name": "prod-deploy-key" } } ] } ] }