spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
74 stars 28 forks source link

Fix typo in spacelift vcs agent pool example #333

Closed michieldewilde closed 2 years ago

michieldewilde commented 2 years ago

Description of the change

Fix typo in spacelift vcs agent pool example.

resource "spacelift_vcs_agent_pool" "ghe" {
  name        = "ghe"
  description = "VCS agent pool for our internal GitHub Enterpris(e)"
}

Enterpris => Enterprise.

Type of change

Fix #293

Checklists

Development

Code review