-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Description
Temporal Affiliation
- I am a Temporal employee
Page URL
Typo or Grammar Issue
For example, one of the first snippets looks like
terraform { required_providers { temporalcloud = { source = "temporalio/temporalcloud" } } }
provider "temporalcloud" {
}
resource "temporalcloud_namespace" "namespace" { name = "terraform" regions =
["aws-us-east-1"] accepted_client_ca = base64encode(file("ca.pem")) retention_days = 14 }
another example:
terraform { required_providers { temporalcloud = { source = "temporalio/temporalcloud" version = ">= 0.0.6" } } }
provider "temporalcloud" {
}
resource "temporalcloud_namespace" "namespace" { name = "terraform" regions =
["aws-us-east-1"] accepted_client_ca = base64encode(file("ca.pem")) retention_days = 30 }
I checked the source file, and it seems to be there too rather than just a rendering thing
Metadata
Metadata
Assignees
Labels
No labels