Don Bower
Don Bower
still looking for @yml or --yaml-output option.
Perhaps this position should be revisited, with the proliferation of Bluetooth Keyboards/Mice....
Allowing alias _as a variable_ in the provider config would also make for cleaner code: ``` variable awsEnvironments { type = list default = [ "paas-luse1", "paas-lusw2", "gi-luse1", "gi-lusw2" ]...
> @DonBower AFAIK, alias _is_ allowed in the providers config for modules It is. but not as a variable.... ``` Error: Variables not allowed on provider.tf line 27, in provider...
to turn something like this: ``` provider "aws" { access_key = var.aws_access_key_id secret_key = var.aws_secret_access_key token = var.aws_session_token region = var.aws_region endpoints { sts = "https://sts.${var.aws_region}.amazonaws.com" } assume_role { role_arn...
I'm not saying making an offset mandatory, I am asking for an option. At the very least it should provide consistent results within a given resource.
I have seen some heat issues on my RPi4 with heat sinks. How is the temperature of these RPi4s with PoE HAT?
I only had to install ibffi-dev. Wonder if I sould redo setup with the three packages you mentioned above>
> > swap should be disabled yes. We need to have this be at least specified in the README > > Can you provide info on why swap needs to...
Very similar issue: New Windows 2019 AD Setup, Windows 11 running terraform, and I get this issue: ``` error: could not acquire client credential: could not get valid TGT for...