deprecated microk8s version.
[iec.git] / src / foundation / microk8s / variable.tf
1 variable "aws_region" {
2   description = "aws_region"
3 }
4
5 variable "aws_instance" {
6   description = "instance_type"
7 }
8
9 variable "aws_ami" {
10   description = "aws_ami"
11 }
12
13 variable "aws_subnet_id" {
14   description = "subnet_id"
15 }
16
17 variable "vpc_id" {
18   description = "vpc_id"
19 }
20
21 variable "access_key" {
22   description = "access_key"
23 }
24
25 variable "secret_key" {
26   description = "secret_key"
27 }
28