Skip to content

Commit

Permalink
chore: fix missing quote in documentation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad authored Nov 28, 2024
1 parent c9bab2c commit df9187a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/2-provider-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subcategory: "Guides"
terraform {
required_providers {
octopusdeploy = {
source = OctopusDeployLabs/octopusdeploy
source = "OctopusDeployLabs/octopusdeploy"
}
}
}
Expand All @@ -39,7 +39,7 @@ The environment variable fallback values that the Terraform Provider search for
terraform {
required_providers {
octopusdeploy = {
source = OctopusDeployLabs/octopusdeploy
source = "OctopusDeployLabs/octopusdeploy"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions templates/guides/2-provider-configuration.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subcategory: "Guides"
terraform {
required_providers {
octopusdeploy = {
source = OctopusDeployLabs/octopusdeploy
source = "OctopusDeployLabs/octopusdeploy"
}
}
}
Expand All @@ -39,7 +39,7 @@ The environment variable fallback values that the Terraform Provider search for
terraform {
required_providers {
octopusdeploy = {
source = OctopusDeployLabs/octopusdeploy
source = "OctopusDeployLabs/octopusdeploy"
}
}
}
Expand Down

0 comments on commit df9187a

Please sign in to comment.