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 7540837 commit a2b7189Copy full SHA for a2b7189
plugins/modules/datalake.py
@@ -553,7 +553,7 @@ def _configure_payload(self, environment):
553
payload.update(enableRangerRaz=self.raz)
554
else:
555
self.module.fail_json(msg='GCP Datalakes do not currently support RAZ')
556
- else:
+ elif environment['cloudPlatform'] != 'GCP' :
557
558
559
if self.tags is not None:
0 commit comments