Skip to content

Commit 5f9489d

Browse files
committed
syntax fixes
1 parent 7a574bd commit 5f9489d

File tree

1 file changed

+1
-1
lines changed
  • examples/complete-vpc-with-vpn

1 file changed

+1
-1
lines changed

examples/complete-vpc-with-vpn/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ locals {
1111
}
1212

1313
module "key_pair_vpn" {
14-
source = "squareop"
14+
source = "squareops/keypair/aws"
1515
key_name = format("%s-%s-vpn", local.environment, local.name)
1616
environment = local.environment
1717
ssm_parameter_path = format("%s-%s-vpn", local.environment, local.name)

0 commit comments

Comments
 (0)