drewmullen

Results 128 comments of drewmullen
trafficstars

Hello thank you for raising issue #167 and for providing a suggested fix. For now I think we will hold and monitor. I believe this was caused by an unintended...

please try upgrading to provider version 5.94 - should resolve the warning. heres the commit: https://github.com/hashicorp/terraform-provider-aws/pull/42036/files#diff-b5e5d3506909407d95c0073f24454f37a6f989673e6822b31f64b718d94aea2d

Thanks for confirming the version. I found the problem… It looks like i version pinned, which should probably be removed https://github.com/aws-ia/terraform-aws-vpc/blob/da49a30fbfeb3890076b783be0abf8639f96f431/modules/flow_logs/modules/s3_log_bucket/providers.tf#L6 hopefully, I or someone can get to this somewhat...

Update: Did some testing today. Removing the pinned provider still does not remove the warning. I need to dig into the PR - I dont believe the prefix should be...

My $0.02... This seems correct to me for now. Though I see why and appreciate you raising this issue. Let me explain a little more: For any given ephemeral resource...

@mkilchhofer https://github.com/hashicorp/terraform-provider-kubernetes/issues/2738#issuecomment-2971549020 can you try again with this alternate resource version?

That’s good feedback @149segolte ! Thanks! @mgriffin13 The null_resource is not managed in this repo. You may want to consider opening another issue on terraform core or a new discussion...

You could consider 2 different profile setting groups: ```shell [profile:once] PATH=:$PATH [profile:always] alias k="kubectl" ``` Another option is to create a new section for `alias` which is where i often...