diff --git a/docs/resources/namespace.md b/docs/resources/namespace.md index b2e7df7..43fcff4 100644 --- a/docs/resources/namespace.md +++ b/docs/resources/namespace.md @@ -35,7 +35,7 @@ resource "temporalcloud_namespace" "terraform" { name = "terraform" regions = ["aws-us-east-1"] accepted_client_ca = base64encode(file("${path.module}/ca.pem")) - retention_days = 14 + retention_days = 15 } // the following example demonstrates how to use the hashi tls provider to generate certs for use in a namespace and end-entity diff --git a/internal/provider/namespace_resource.go b/internal/provider/namespace_resource.go index 1323390..9cca67e 100644 --- a/internal/provider/namespace_resource.go +++ b/internal/provider/namespace_resource.go @@ -20,7 +20,6 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -// package provider import (