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 a4de396 commit 42bcbc1Copy full SHA for 42bcbc1
content/docs/iac/extending-pulumi/use-terraform-module.md
@@ -447,7 +447,7 @@ using Vpcmod = Pulumi.Vpcmod;
447
448
return await Deployment.RunAsync(() =>
449
{
450
-// Get available availability zones
+ // Get available availability zones
451
var azs = Aws.GetAvailabilityZones.Invoke(new Aws.GetAvailabilityZonesInvokeArgs
452
453
Filters =
0 commit comments