Skip to content

Commit

Permalink
docs generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacefie committed Nov 27, 2024
1 parent e40cc6d commit e096f90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion internal/provider/namespace_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

//
package provider

import (
Expand Down

0 comments on commit e096f90

Please sign in to comment.