Compare commits
1 Commits
d4778f3fd7
...
f9697567da
| Author | SHA1 | Date | |
|---|---|---|---|
| f9697567da |
@ -34,7 +34,7 @@ generate "provider" {
|
|||||||
if_exists = "overwrite_terragrunt"
|
if_exists = "overwrite_terragrunt"
|
||||||
contents = <<-EOF
|
contents = <<-EOF
|
||||||
provider "incus" {
|
provider "incus" {
|
||||||
generate_client_certificates = false
|
generate_client_certificates = true
|
||||||
accept_remote_certificate = true
|
accept_remote_certificate = true
|
||||||
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ generate "provider" {
|
|||||||
if_exists = "overwrite_terragrunt"
|
if_exists = "overwrite_terragrunt"
|
||||||
contents = <<-EOF
|
contents = <<-EOF
|
||||||
provider "incus" {
|
provider "incus" {
|
||||||
generate_client_certificates = false
|
generate_client_certificates = true
|
||||||
accept_remote_certificate = true
|
accept_remote_certificate = true
|
||||||
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ generate "provider" {
|
|||||||
if_exists = "overwrite_terragrunt"
|
if_exists = "overwrite_terragrunt"
|
||||||
contents = <<-EOF
|
contents = <<-EOF
|
||||||
provider "incus" {
|
provider "incus" {
|
||||||
generate_client_certificates = false
|
generate_client_certificates = true
|
||||||
accept_remote_certificate = true
|
accept_remote_certificate = true
|
||||||
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ generate "provider" {
|
|||||||
if_exists = "overwrite_terragrunt"
|
if_exists = "overwrite_terragrunt"
|
||||||
contents = <<-EOF
|
contents = <<-EOF
|
||||||
provider "incus" {
|
provider "incus" {
|
||||||
generate_client_certificates = false
|
generate_client_certificates = true
|
||||||
accept_remote_certificate = true
|
accept_remote_certificate = true
|
||||||
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ generate "provider" {
|
|||||||
if_exists = "overwrite_terragrunt"
|
if_exists = "overwrite_terragrunt"
|
||||||
contents = <<-EOF
|
contents = <<-EOF
|
||||||
provider "incus" {
|
provider "incus" {
|
||||||
generate_client_certificates = false
|
generate_client_certificates = true
|
||||||
accept_remote_certificate = true
|
accept_remote_certificate = true
|
||||||
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ generate "provider" {
|
|||||||
if_exists = "overwrite_terragrunt"
|
if_exists = "overwrite_terragrunt"
|
||||||
contents = <<-EOF
|
contents = <<-EOF
|
||||||
provider "incus" {
|
provider "incus" {
|
||||||
generate_client_certificates = false
|
generate_client_certificates = true
|
||||||
accept_remote_certificate = true
|
accept_remote_certificate = true
|
||||||
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user