We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071a222 commit 7dc271fCopy full SHA for 7dc271f
examples/nat-gateway/main.tf
@@ -4,8 +4,8 @@ locals {
4
firezone_token = "YOUR_FIREZONE_TOKEN"
5
}
6
7
-module "aws_firezone_gateway" {
8
- source = "github.com/firezone/terraform-firezone-aws"
+module "gateway" {
+ source = "firezone/gateway/aws"
9
10
###################
11
# Required inputs #
0 commit comments