infra: add Production tag to daml-ci (#17476)

This commit is contained in:
Gary Verhaegen 2023-09-25 15:21:14 +02:00 committed by GitHub
parent 7a0f0c0582
commit b9e8d94d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,9 @@ provider "azurerm" {
resource "azurerm_resource_group" "daml-ci" {
name = "daml-ci"
location = "East US"
tags = {
env = "Production"
}
}
data "google_project" "current" {