{ "version": 4, "terraform_version": "1.7.0", "serial": 295, "lineage": "6fc4dc7f-fd8c-a677-42c2-07d8632433ee", "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-30ccb136bda9a439a", "ami": "ami-083ba258", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6a90e83f"], "subnet_id": "subnet-0be054f0", "key_name": "prod-deploy-key" } } ] } ] }