Skip to content

Commit

Permalink
Merge pull request #117 from pulumi/upgrade-terraform-provider-mist-t…
Browse files Browse the repository at this point in the history
…o-v0.1.40-81126130

Upgrade terraform-provider-mist to v0.1.40
Adjust site-network-template-ts test
  • Loading branch information
zbuchheit committed Sep 18, 2024
2 parents 564d8ac + d1d9a9a commit 1088551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/site-networktemplate-ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ new junipermist.site.Networktemplate("site-network-template", {
switchMgmt: {
protectRe: {
enabled: true,
allowedServices: ["icmp", "ssh"],
},
rootPassword: "fake-password",
},
});

0 comments on commit 1088551

Please sign in to comment.