Stefan Freitag
Stefan Freitag
Fix a typo in the lab "Working with GitHub Advanced Security for Azure DevOps".
### Description Added the missing `cidr_block` field in the _attribute reference_ section. Additionally, - re-ordered attributes in the _attribute reference_ section alphabetically - changed in the _argument reference_ section the...
Update heading in `ecsanywhere/observability/otel.md` from "Lanch the OTEL task" to "Launch the OTEL task"
### Description The documentation of the resource [`ami_imagebuilder_workflow`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_workflow) mentions for the argument `type` > Valid values: BUILD, TEST, DISTRIBUTION. Image Builder handles the workflow type DISTRIBUTION, it cannot be configured...
### Description The example in resource `aws_ami_copy` contains a `description` field that is not documented in the _Arguments_ section. ```hcl resource "aws_ami_copy" "example" { name = "terraform-example" description = "A...
### Description From #39259: This is a data source that mirrors the [aws_spot_datafeed_subscription resource](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/spot_datafeed_subscription). Every AWS account is allowed up to one spot data-feed subscription, which updates an s3 bucket...
### Description Update the validation for the argument `throughput_capacity` when creating an `aws_fsx_windows_file_system` resource. The [current validation](https://github.com/hashicorp/terraform-provider-aws/blob/74707c768f1f93b2190a0b26abd1e40aa4bc93af/internal/service/fsx/windows_file_system.go#L284) allows values between 8 and 2048. Actually, - only a small subset of...
## Rollback Plan If a change needs to be reverted, we will publish an updated version of the library. ## Changes to Security Controls No changes to security controls by...
Add documentation for argument `time_restriction` to `opsgenie_notification_rule`. Closes #461
### Terraform Version ```shell ❯ terraform version Terraform v1.10.0 on linux_amd64 + provider registry.terraform.io/opsgenie/opsgenie v0.6.37 ``` ### Affected Resource(s) - `opsgenie_notification_rule` ### Terraform Configuration Files - [Test code for resource](https://github.com/opsgenie/terraform-provider-opsgenie/blob/09d062cae57d90fb787164685936a538bc1fe33e/opsgenie/resource_opsgenie_notification_rule_test.go#L138)...