Skip to content

Commit cccf2f8

Browse files
wyardleyapeabody
andauthored
Remove trailing slash
Co-authored-by: Andrew Peabody <[email protected]>
1 parent ecf64a6 commit cccf2f8

File tree

1 file changed

+1
-1
lines changed
  • examples/autopilot_private_firewalls

1 file changed

+1
-1
lines changed

examples/autopilot_private_firewalls/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ provider "kubernetes" {
3333
}
3434

3535
module "gke" {
36-
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster/"
36+
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-autopilot-private-cluster"
3737
version = "~> 33.0"
3838

3939
project_id = var.project_id

0 commit comments

Comments
 (0)