Salar Ali Mumtaz
Salar Ali Mumtaz
What is the expected timeline for this feature to be implemented? Is it still supposed to be shipped in April with 2.7 release? We really need this feature in place,...
Thanks for the quick reply. We have two applications that are touching the same record at the same time. We want the first transaction to finish and then handle the...
Yes, it is a relatively isolated transaction and we could retry from the client side after looking at the error code from the client. Unfortunately, updating our code to support...
The later. I need to compare the plan output manually and an unable to do so because of the masking.
Mostly looking at the PR comment. It looks something like this: ``` + resource "sdm_account_attachment" "this" { + account_id = (known after apply) + id = (known after apply) +...
Oh, it seems I misunderstood the questions. I am not using any variables. I am just running terraform plan. And in the above comment, that is one of the outputs...
The provider I am using is https://registry.terraform.io/providers/strongdm/sdm/latest/docs And the resource is `sdm_account_attachment`
I also see it for other providers: ``` + resource "aws_route53_record" "url" { + allow_overwrite = (known after apply) + fqdn = (known after apply) + id = (known after...
1.4.6
That seems to be working. Thanks for pointing me in the correct direction. In the end, if it doesnt work, I can just use `tfmask` for my own runs as...