Excellent blog post! Love the way you summarized all the terms. One small thing I noticed:
You can only create Pools in the private scope.
You can create pools in either scope type (public or private). Here is an example of a pool in a public scope in the terraform provider acceptance tests. However, you can only make scopes that are type private
Excellent blog post! Love the way you summarized all the terms. One small thing I noticed:
You can create pools in either scope type (public or private). Here is an example of a pool in a public scope in the terraform provider acceptance tests. However, you can only make scopes that are type private
Thanks for pointing that out! Will make some amendments.