Skip to content

Commit

Permalink
chore: add domains
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 29, 2024
1 parent 71f042b commit d0b7849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ follows:
module "ctrlplane" {
source = "sizzldev/ctrlplane/google"
namespace = "ctrlplane"
domains = ["<fqdn>"]
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ provider "google-beta" {
module "ctrlplane" {
source = "../../"
namespace = var.namespace
domains = ["example.com"]
domains = ["example.com"]
}

0 comments on commit d0b7849

Please sign in to comment.