Skip to content

Terraform docs code snippet formatting looks wonky to me #4093

@GSmithApps

Description

@GSmithApps

Temporal Affiliation

  • I am a Temporal employee

Page URL

https://docs.temporal.io/production-deployment/cloud/terraform-provider#manage-temporal-cloud-users-with-terraform

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions