Skip to content

Commit

Permalink
Update comments about terraform managed files
Browse files Browse the repository at this point in the history
  • Loading branch information
drichelson committed Jun 28, 2024
1 parent c632e0a commit 1bd899e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion dorkly_environment/exampleFlags/exampleBoolean.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Managed by Terraform! Do not edit. Any changed made by humans will be overwritten.
# Managed by Terraform! Any changed made by humans will be overwritten next time you apply Terraform!
# Feel free to edit this file as you test drive the service, but don't be surprised if your changes are lost after a Terraform apply.
# To create a new flag not managed by Terraform: https://github.com/dorklyorg/dorkly/wiki/3.-Common-Tasks#adding-a-feature-flag
variation: false
4 changes: 3 additions & 1 deletion dorkly_environment/exampleFlags/exampleBooleanRollout.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Managed by Terraform! Do not edit. Any changed made by humans will be overwritten.
# Managed by Terraform! Any changed made by humans will be overwritten next time you apply Terraform!
# Feel free to edit this file as you test drive the service, but don't be surprised if your changes are lost after a Terraform apply.
# To create a new flag not managed by Terraform: https://github.com/dorklyorg/dorkly/wiki/3.-Common-Tasks#adding-a-feature-flag

# It's possible to specify percentages for either true or false, or both.
# The sum of the percentages must equal 100 and one must be non-zero.
Expand Down
4 changes: 3 additions & 1 deletion githubFiles/project/flags/exampleBoolean.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Managed by Terraform! Do not edit. Any changed made by humans will be overwritten.
# Managed by Terraform! Any changed made by humans will be overwritten next time you apply Terraform!
# Feel free to edit this file as you test drive the service, but don't be surprised if your changes are lost after a Terraform apply.
# To create a new flag not managed by Terraform: https://github.com/dorklyorg/dorkly/wiki/3.-Common-Tasks#adding-a-feature-flag
type: boolean
description: "Human-readable description of the flag."
enableBrowser: true
Expand Down
4 changes: 3 additions & 1 deletion githubFiles/project/flags/exampleBooleanRollout.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Managed by Terraform! Do not edit. Any changed made by humans will be overwritten.
# Managed by Terraform! Any changed made by humans will be overwritten next time you apply Terraform!
# Feel free to edit this file as you test drive the service, but don't be surprised if your changes are lost after a Terraform apply.
# To create a new flag not managed by Terraform: https://github.com/dorklyorg/dorkly/wiki/3.-Common-Tasks#adding-a-feature-flag
type: booleanRollout
description: "Human-readable description of the flag."
enableBrowser: true
Expand Down

0 comments on commit 1bd899e

Please sign in to comment.