{ "version": 4, "terraform_version": "1.7.9", "serial": 347, "lineage": "91ddce0b-471f-70d4-efff-04ea6bd10532", "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-0ff0320f44820e2c8", "ami": "ami-7bb9578e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6a53622f"], "subnet_id": "subnet-e222717d", "key_name": "prod-deploy-key" } } ] } ] }