Skip to content

Commit 24a97e2

Browse files
fix/docs (#45)
* fix/docs * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d45d7de commit 24a97e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "captain" {
2424
availability_zones = ["us-west-2a", "us-west-2b"]
2525
node_pools = [
2626
# {
27-
# "ami_image_id" : "ami-03e2c58d85e0721a5",
27+
# "ami_image_id" : "ami-032121bb9a4ea9359",
2828
# "instance_type" : "t3a.large",
2929
# "name" : "glueops-platform-node-pool-1",
3030
# "node_count" : 3,
@@ -44,7 +44,7 @@ module "captain" {
4444
# ]
4545
# },
4646
# {
47-
# "ami_image_id" : "ami-03e2c58d85e0721a5",
47+
# "ami_image_id" : "ami-032121bb9a4ea9359",
4848
# "instance_type" : "t3a.large",
4949
# "name" : "clusterwide-node-pool-1",
5050
# "node_count" : 3,

docs/.header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "captain" {
2323
availability_zones = ["us-west-2a", "us-west-2b"]
2424
node_pools = [
2525
# {
26-
# "ami_image_id" : "ami-03e2c58d85e0721a5",
26+
# "ami_image_id" : "ami-032121bb9a4ea9359",
2727
# "instance_type" : "t3a.large",
2828
# "name" : "glueops-platform-node-pool-1",
2929
# "node_count" : 3,
@@ -43,7 +43,7 @@ module "captain" {
4343
# ]
4444
# },
4545
# {
46-
# "ami_image_id" : "ami-03e2c58d85e0721a5",
46+
# "ami_image_id" : "ami-032121bb9a4ea9359",
4747
# "instance_type" : "t3a.large",
4848
# "name" : "clusterwide-node-pool-1",
4949
# "node_count" : 3,

0 commit comments

Comments
 (0)