Skip to content

Commit

Permalink
Fix module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Jul 10, 2024
1 parent c29ddc7 commit 5834aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nat-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ locals {
firezone_token = "YOUR_FIREZONE_TOKEN"
}

module "aws_firezone_gateway" {
source = "github.com/firezone/terraform-firezone-aws"
module "gateway" {
source = "firezone/gateway/aws"

###################
# Required inputs #
Expand Down

0 comments on commit 5834aed

Please sign in to comment.