Update main.tf

Upgrade coder provider
This commit is contained in:
Muhammad Atif Ali
2023-03-24 15:07:20 +03:00
committed by GitHub
parent c7fb5f960c
commit 5037f87a36
+1 -1
View File
@@ -6,7 +6,7 @@ terraform {
}
coder = {
source = "coder/coder"
version = "~>0.6.17"
version = "~>0.6.21"
}
}
}