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

Commit

Permalink
fix: my network module name
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienJabs committed Nov 19, 2024
1 parent 5b2ee23 commit acfbb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mysql_public_with_exporter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "google-beta" {
region = "europe-west3"
}

module "my-network" {
module "my_network" {
source = "github.com/padok-team/terraform-google-network?ref=v4.3.0"

name = "my-network-6"
Expand Down

0 comments on commit acfbb83

Please sign in to comment.