QR Guide https://feeding.cloud.geek.nz/posts/encoding-wifi-access-point-passwords-qr-code/
Encode online https://qifi.org/
Decode online https://www.qr-decoder.com/
| RULE_NAME=BrendonClient | |
| # Retrieve the current public IP address | |
| MY_IP=$(curl -s https://ipinfo.io/ip) | |
| # Check if the IP address was successfully retrieved | |
| if [ -z "$MY_IP" ]; then | |
| echo "Error: Unable to retrieve public IP address." | |
| exit 1 | |
| fi |
QR Guide https://feeding.cloud.geek.nz/posts/encoding-wifi-access-point-passwords-qr-code/
Encode online https://qifi.org/
Decode online https://www.qr-decoder.com/
| 2023-06-24T21:02:11.314+1000 [INFO] backend/local: apply calling Apply | |
| 2023-06-24T21:02:11.314+1000 [DEBUG] Building and walking apply graph for NormalMode plan | |
| 2023-06-24T21:02:11.315+1000 [DEBUG] Resource state not found for node "oci_core_instance.ubuntu_instance", instance oci_core_instance.ubuntu_instance | |
| 2023-06-24T21:02:11.315+1000 [DEBUG] ProviderTransformer: "data.oci_identity_availability_domains.ads (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/oci"] | |
| 2023-06-24T21:02:11.315+1000 [DEBUG] ProviderTransformer: "oci_identity_compartment.tf-compartment (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/oci"] | |
| 2023-06-24T21:02:11.315+1000 [DEBUG] ProviderTransformer: "oci_core_instance.ubuntu_instance" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/oci"] | |
| 2023-06-24T21:02:11.315+1000 [DEBUG] ProviderTransformer: "oci_core_instance.ubuntu_instance (expand)" (*terr |