{ "version": 4, "terraform_version": "1.8.3", "serial": 427, "lineage": "fbef577c-df13-94d6-057b-780b0e69a350", "outputs": { "db_endpoint": { "value": "db-1.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-3a18d2e715e3fb9c5", "ami": "ami-b54a0473", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-12c1e50f"], "subnet_id": "subnet-f1787447", "key_name": "prod-deploy-key" } } ] } ] }