Adding dependency for configuration step
This commit is contained in:
parent
05ac738bd8
commit
4be6e4da19
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ data "talos_client_configuration" "this" {
|
|||
}
|
||||
|
||||
resource "talos_machine_configuration_apply" "this" {
|
||||
depends_on = [ null_resource.talos_cluster ]
|
||||
client_configuration = talos_machine_secrets.this.client_configuration
|
||||
machine_configuration_input = data.talos_machine_configuration.this.machine_configuration
|
||||
node = "10.5.0.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue