Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 28, 2023
1 parent b0be7ef commit eba1f96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module "infra_services" {

name_prefix = local.name_prefix
cluster_endpoint = "https://172.16.0.2"
cluster_ca_cert = "-----BEGIN CERTIFICATE-----
cluster_ca_cert = EOT
-----BEGIN CERTIFICATE-----
MIIELTCCApWgAwIBAgIRAJOQ0jfwX5XRX/52h/IdFPMwDQYJKoZIhvcNAQELBQAw
LzEtMCsGA1UEAxMkZmNhYzIzNmYtYjNhZS00Yzg1LThiMmItNmMwNjBjM2FjYmU5
MCAXDTIzMDgyNzEzMjc1NVoYDzIwNTMwODE5MTQyNzU1WjAvMS0wKwYDVQQDEyRm
Expand All @@ -41,7 +42,8 @@ guzTrZ5RUqb+KHbyFOI5PzyPPaJrt3ShxvuQ0h7wC7scpGTtkEUaZc/EuODS38bb
2oqZsQDBtcbPmX1LQnoEFkqg3201cb2NbsQnZl9+gSE/WWvtzTmTMKIf+2vForI/
E5uQ9oav+GMqOoQ8lt4C7OzLgfE50MnUNKYzsGDj3MdUyQzE+vEe1y9GZnheAD4H
H60Yt7BjENZPYFEefuy0rVs=
-----END CERTIFICATE-----"
-----END CERTIFICATE-----
EOT"
}
module "kafka_connect" {
Expand Down

0 comments on commit eba1f96

Please sign in to comment.