Skip to content

Commit

Permalink
Merge pull request #844 from pulumi/thoward/fix-failing-tests-aws-nat…
Browse files Browse the repository at this point in the history
…ive-removal

Remove aws-native from providers list
  • Loading branch information
thoward authored Oct 17, 2024
2 parents 352cab1 + d19f475 commit a63cbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generate-go-mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fetch_latest_version() {

PULUMI_VERSION="$(fetch_latest_version pulumi)"

PROVIDER_LIST="aiven,alicloud,auth0,aws,aws-native,azure,azure-classic,civo,digitalocean,equinix-metal,gcp,google-native,kubernetes,linode,oci,openstack"
PROVIDER_LIST="aiven,alicloud,auth0,aws,azure,azure-classic,civo,digitalocean,equinix-metal,gcp,google-native,kubernetes,linode,oci,openstack"
IFS=',' read -ra PROVIDERS <<<"$PROVIDER_LIST"

for i in "${PROVIDERS[@]}"; do
Expand Down

0 comments on commit a63cbd1

Please sign in to comment.