This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| oci_identity_dynamic_group.instance_dynamic_group: Creating... | |
| 2024-08-23T09:16:37.421+1200 [INFO] Starting apply for oci_identity_dynamic_group.instance_dynamic_group | |
| 2024-08-23T09:16:37.422+1200 [DEBUG] oci_identity_dynamic_group.instance_dynamic_group: applying the planned Create change | |
| 2024-08-23T09:16:37.422+1200 [INFO] provider.terraform-provider-oci_v6.7.0: 2024/08/23 09:16:37 [DEBUG] setting computed for "defined_tags" from ComputedKeys: timestamp="2024-08-23T09:16:37.422+1200" | |
| 2024-08-23T09:16:37.422+1200 [INFO] provider.terraform-provider-oci_v6.7.0: 2024/08/23 09:16:37 [DEBUG] setting computed for "defined_tags" from ComputedKeys: timestamp="2024-08-23T09:16:37.422+1200" | |
| 2024-08-23T09:16:37.422+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: DEBUG 2024/08/23 09:16:37.422666 eventual_consistency.go:332: (pid=91616, gid=39) EcContext.GetEndOfWindow returns <nil> | |
| 2024-08-23T09:16:37.422+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: DEBUG 2024/08/23 09:16:37.422686 asm_arm64.s:1197: Retr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: cluster.x-k8s.io/v1beta1 | |
| kind: Cluster | |
| metadata: | |
| name: "${CLUSTER_NAME}" | |
| namespace: "${NAMESPACE}" | |
| labels: | |
| cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME} | |
| spec: | |
| clusterNetwork: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: kubevirt.io/v1 | |
| kind: VirtualMachine | |
| metadata: | |
| name: talos | |
| labels: | |
| vm: talos | |
| spec: | |
| dataVolumeTemplates: | |
| - metadata: |
OlderNewer