Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Upgrade cloudflare module to remove a subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Nov 27, 2023
1 parent d50c7ac commit dbf34da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module "ingress-nginx" {
}

module "cloudflare" {
source = "github.com/serlo/infrastructure-modules-env-shared.git//cloudflare?ref=v6.3.0"
source = "github.com/serlo/infrastructure-modules-env-shared.git//cloudflare?ref=v7.0.0"
domain = local.domain
ip = module.cluster.address
zone_id = "0067b08b108fbcf88ddaeaae4ac3d6ac"
Expand Down

0 comments on commit dbf34da

Please sign in to comment.