Comment Out Provider Conflicts
To avoid provider conflicts during terraform init, comment out the
providers.tf file in the
../logscale-kubernetes module:
# Navigate to the logscale-kubernetes module and comment out providers.tf
cd ../logscale-kubernetes
mv providers.tf providers.tf.bak
# Return to the main directory
cd ../logscale-gcp