bill fumerola
bill fumerola
`latest` contains `rust-src`. `default` does not contain `rust-src`. ``` nix-repl> inputs.nixpkgs.lib.hasAttr "rust-src" inputs.fenix.packages.aarch64-darwin.latest true nix-repl> inputs.nixpkgs.lib.hasAttr "rust-src" inputs.fenix.packages.aarch64-darwin.default false ```
> IIRC default is just the minimal toolchain so that makes sense. >>> Using `fenix.default.toolchain` in the buildInputs works when compiling using Cargo, but when trying to sync in RustRover,...
the `oci_containerengine_cluster_kube_config` [data source](https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/524f6774ef6a248e25c63fcfa6453f581a56f6d2/module-cluster.tf#L24-L29) is calling a 'Create*` endpoint in its [Get() implementation](https://github.com/oracle/terraform-provider-oci/blob/master/internal/service/containerengine/containerengine_cluster_kube_config_data_source.go#L89). i cannot imagine doing write-operations in data-sources (generally) nor in the 'R' of 'CRUD' (specifically) are allowed...
the primary issue resides in this repository. - this terraform provider is _not_ implementing the terraform provider contract correctly. - https://registry.terraform.io/providers/oracle/oci/latest/docs/data-sources/containerengine_cluster_kube_config is documented as both "details about a specific Cluster...
@jrife > @hakansa you have a commit, [go.mod: bump dependencies, adjust CI builds](https://github.com/WireGuard/wgctrl-go/pull/155/commits/40031e3650c64180152696e78db631d33d09188b), that seems to have been added later on. Should this be included in this PR? What's the...
firing off a release to address #139 would also be nice