Terraform provider for looker, built without dependencies on official go-sdk.
Autogenerated terraform docs available in docs/index.md
License
This repository is open source, please refer to the License for more information.
Getting Started & Documentation
If you're new to Terraform and want to get started creating infrastructure, please check out the Terraform official Getting Started guides on HashiCorp's learning platform. There are also additional guides to continue your learning.
Developing the provider
To learn more about how to contribute to the development of this provider please refer to the community guidelines.
Tips
Looker doesn't support concurrent operations on their database. That's why we are required to limit parallelism to 1 during the applying of changes.
Here is an example:
terraform apply -parallelism=1
If parallelism is not limited, the Looker API will return 500 exceptions for heavy operations.