We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config in main.tf like this
provider "baiducloud" { access_key = "access_keyxadajdiajo" secret_key = "secret_keyxxafjasdfkd " endpoints [ bos = "bos_custom_endpoint" ] }
Error: Argument or block definition required
on main.tf line 11, in provider "baiducloud": 11: endpoints [
An argument or block definition is required here. To set an argument, use the equals sign "=" to introduce the argument value.
The text was updated successfully, but these errors were encountered:
any update?
Sorry, something went wrong.
No branches or pull requests
config in main.tf like this
Error: Argument or block definition required
on main.tf line 11, in provider "baiducloud":
11: endpoints [
An argument or block definition is required here. To set an argument, use the
equals sign "=" to introduce the argument value.
The text was updated successfully, but these errors were encountered: