File tree 2 files changed +14
-18
lines changed 2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
- provider "aws" {
2
- region = " ap-northeast-1"
3
- }
4
-
5
1
data "aws_ami" "ubuntu" {
6
2
most_recent = true
7
3
Original file line number Diff line number Diff line change 1
1
# @group "Basic"
2
- variable "docker_username " {
2
+ variable "seal_image " {
3
3
type = string
4
- description = " Dockerhub auth username for seal image"
5
- default = " tryseal "
4
+ description = " Seal image"
5
+ default = " sealio/seal-server:main "
6
6
}
7
7
8
8
# @group "Basic"
9
- variable "docker_password " {
9
+ variable "seal_bootstrap_password " {
10
10
type = string
11
- description = " Dockerhub auth password for seal image"
11
+ description = " Seal bootstrap password"
12
+ default = " youcanseeme"
12
13
sensitive = true
13
14
}
14
15
15
16
# @group "Basic"
16
- variable "seal_bootstrap_password " {
17
+ variable "docker_username " {
17
18
type = string
18
- description = " Seal bootstrap password"
19
- default = " youcanseeme"
20
- sensitive = true
19
+ description = " Dockerhub auth username for seal image"
20
+ default = " tryseal"
21
21
}
22
22
23
23
# @group "Basic"
24
- variable "seal_image " {
24
+ variable "docker_password " {
25
25
type = string
26
- description = " Seal image"
27
- default = " sealio/seal-server:main "
26
+ description = " Dockerhub auth password for seal image"
27
+ sensitive = true
28
28
}
29
29
30
30
# @group "Basic"
31
31
variable "k3s_enable" {
32
32
type = bool
33
33
description = " Create K3S or not"
34
- default = false
34
+ default = true
35
35
}
36
36
37
37
# @group "Basic"
@@ -56,7 +56,7 @@ variable "disk_size" {
56
56
default = 50
57
57
}
58
58
59
- # @group "Basic "
59
+ # @group "AWS "
60
60
variable "key_name" {
61
61
type = string
62
62
description = " AWS key name"
You can’t perform that action at this time.
0 commit comments