Skip to content

Commit

Permalink
update provider settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Jan 12, 2024
1 parent f1942ae commit 56975db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dns/dns-prod-1/terraform/_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
organization = "clcreative"

workspaces {
name = "dns-prod-1"
name = "dns"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion proxmox/terraform/_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
cloud {
organization = "clcreative"
workspaces {
name = "prx-prod-2"
name = "proxmox"
}
}
}
Expand Down

0 comments on commit 56975db

Please sign in to comment.