X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fmicrok8s%2Fvariable.tf;fp=src%2Ffoundation%2Fmicrok8s%2Fvariable.tf;h=6f8a94d2fd458f306b4570d91f0cf7982cca3bfc;hb=d22c2adbe3588e17b03225718b526c03aad3b2f8;hp=0000000000000000000000000000000000000000;hpb=5cc0d5f3f4a0081f47a414b0c3679d85351ad398;p=iec.git diff --git a/src/foundation/microk8s/variable.tf b/src/foundation/microk8s/variable.tf new file mode 100644 index 0000000..6f8a94d --- /dev/null +++ b/src/foundation/microk8s/variable.tf @@ -0,0 +1,35 @@ +variable "aws_region" { + description = "aws_region" + default = "us-east-2" +} + +variable "aws_instance" { + description = "instance_type" + default = "t2.small" +} + +variable "aws_ami" { + description = "aws_ami" + default = "ami-026141f3d5c6d2d0c" +} + +variable "aws_subnet_id" { + description = "subnet_id" + default = "" +} + +variable "vpc_id" { + description = "vpc_id" + default = "" +} + +variable "access_key" { + description = "access_key" + default = "" +} + +variable "secret_key" { + description = "secret_key" + default = "" +} +