We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d3f62 commit cc55915Copy full SHA for cc55915
variables.tf
@@ -63,7 +63,7 @@ variable "engine" {
63
description = "Name of the cache engine to be used for this cache cluster. Valid values for this parameter are memcached or redis."
64
}
65
66
-variable "profile_to_use" {
+variable "profile" {
67
description = "Getting values from ~/.aws/credentials"
68
default = "default"
69
versions.tf
@@ -2,12 +2,12 @@ terraform {
2
required_version = ">= 0.14"
3
required_providers {
4
aws = {
5
- version = "~> 3.29"
+ version = "~> 3.63"
6
7
8
9
10
provider "aws" {
11
region = var.aws_region
12
- profile = var.profile_to_use
+ profile = var.profile
13
0 commit comments