Results 356 comments of Tom Bamford

For existing passwords, you'll need to use `ignore_changes` to prevent recreation of the password. It's safe to continue using `end_date_relative` during the deprecation period, as it will not be removed...

@rlees85 You can use the Time provider to get a [static datetime](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/static) which will be persisted to state, or even use the [time_rotating](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/rotating) resource to automatically replace the password when...

@satyajitkoijam Thanks for reporting this. We have test coverage for this data source which shows no regressions. In order for us to diagnose your issue further, please can you paste...

@satyajitkoijam This looks like a network error, but to be more sure, please can you enable debug logging and post the full output in a linked gist? We don't currently...

Hi @miltlino, this is unfortunately not currently possible, however in the next major version of the provider this will be addressed. I've updated your issue to use our provided issue...

Hi @glasko-dp, thanks for suggesting this. Changing the default here potentially makes a lot of sense, although as this would e a breaking change to the provider, we'd only be...