Wes McNamee
Wes McNamee
### What happened? ```go // DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. ServiceAccount pulumi.StringPtrInput `pulumi:"serviceAccount"` ``` Should be: ```go // Deprecated: ServiceAccount is a depreciated alias...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Similar to the terraform provider feature: > [allowed_account_ids](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#allowed_account_ids) - (Optional) List of allowed AWS account IDs to prevent you from mistakenly using an incorrect one (and potentially end up destroying...
Not sure if this is the right place to report this, but the mdy.io page of reporting a problem with the certificate being incorrect or expired.
This is a question about how you are defining "width"? I'm mostly looking for a solution that gives me character width in monospaced fonts. So example in #39 and #36,...
### Terraform Version ``` Terraform v0.13.5 + provider registry.terraform.io/hashicorp/aws v3.14.1 + provider registry.terraform.io/hashicorp/kubernetes v1.13.3 + provider registry.terraform.io/hashicorp/local v2.0.0 + provider registry.terraform.io/hashicorp/null v3.0.0 + provider registry.terraform.io/hashicorp/random v3.0.0 + provider registry.terraform.io/hashicorp/template v2.2.0...
Most resources for Terraform describe how you would run a `terraform import` to import an existing object into the state. None of the spotinst resources have that in their documentation....
What is a "generator" in the context of this framework? The word has several meanings, and the readme doesn't clearly explain it.
How would you choose the directory the `script.Exec` is running in?