{ "version": 4, "terraform_version": "1.5.5", "serial": 396, "lineage": "d5f413f5-54b6-6684-c734-43688b0b926b", "outputs": { "db_endpoint": { "value": "db-0.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-b6ee8b25855f1ffa6", "ami": "ami-49171972", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-85a45516"], "subnet_id": "subnet-ca27e076", "key_name": "prod-deploy-key" } } ] } ] }