Skip to content

Commit

Permalink
fix: Choice about use of state remote variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Dec 13, 2023
1 parent ab2121a commit ca00777
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ variable "LINODE_CLI_TOKEN" {
variable "public_key_path" {
sensitive = true
}
variable "access_key_id" {
sensitive = true
}
variable "secret_access_key" {
sensitive = true
}
# variable "access_key_id" {
# sensitive = true
# }
# variable "secret_access_key" {
# sensitive = true
# }

variable "node_count" {
description = "Defines the number of instances that will be provisioned."
Expand Down

0 comments on commit ca00777

Please sign in to comment.