Skip to content

Commit

Permalink
update some files
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 20, 2022
1 parent e8b28a0 commit 7a35938
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ locals {
{
name = "nginx"
full_name = "nginx/nginx"
# image = "public.ecr.aws/nginx/nginx"
image = "public.ecr.aws/nginx/nginx"
# tag = var.nginx_tag
tag = "1.21"
enabled = true
},
]
image_repos = { for image in local.images : image.name => format("%v/%v", local.account_ecr, image.name) }
Expand Down
2 changes: 1 addition & 1 deletion examples/established-cluster-examples/sample-istio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ resource "helm_release" "app" {
}
set {
name = "istio.publicDomain"
value = local.domain
value = format("%v.%v",var.cluster_name,local.domain)
}
}
5 changes: 0 additions & 5 deletions examples/full-cluster/common-services/README.certs.md

This file was deleted.

12 changes: 2 additions & 10 deletions examples/full-cluster/common-services/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
VERSION 1.1.2
VERSION 1.1.3
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../settings.auto.tfvars
COMMAND ln -sf ../variables.vpc.auto.tfvars .
COMMAND ln -sf ../variables.vpc.tf
# tls_private_key.ca tls_cert_request.ca null_resource.ca_root_cert null_resource.ca_files
# null_resource.ca_cert
# local_file.ca_bundle_cert
module.cert
COMMAND tf-directory-setup.py -l s3

COMMENT submit certs/*csr using command ouptut listed in apply to TCO for signing
STOP once that is availabile, change cert_download to true
STOP once that is available, change cert_download to true

# COMMAND terraform taint null_resource.ca_cert
# null_resource.ca_root_cert null_resource.ca_files null_resource.ca_cert
# COMMENT second run is to complete the steps
# null_resource.ca_root_cert null_resource.ca_files null_resource.ca_cert
module.cert
module.cert

ALL

COMMENT run: git-secret add certs/*.key; git-secret hide
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
name = "unknown"
namespace = "unknown"
namespace_short = ""

0 comments on commit 7a35938

Please sign in to comment.