chore(autofix): upgrade-examples-terraform-provider-coder (#5498)

Automatically generated via https://github.com/coder/autofix
This commit is contained in:
Geoffrey Huntley
2022-12-23 12:25:56 +10:30
committed by GitHub
parent 3e2e2ac49e
commit 26b54cd144
13 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
coder = {
source = "coder/coder"
version = "0.6.0"
version = "0.6.6"
}
docker = {
source = "kreuzwerker/docker"