Closed KeisukeYamashita closed 6 months ago
This was left over from https://github.com/upstash/terraform-provider-upstash/pull/41 and needs formatting.
Also, I've noticed that some Bool arguments are written here as String. It still works, but strongly typed examples are better.
Bool
String
@fahreddinozcan @burak-upstash Sorry for the bothering, please take a look when you got chance 🙏
Why
This was left over from https://github.com/upstash/terraform-provider-upstash/pull/41 and needs formatting.
Also, I've noticed that some
Bool
arguments are written here asString
. It still works, but strongly typed examples are better.