Stefan Freitag

Results 7 issues of 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...

documentation
size/XS
service/vpc

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...

documentation
needs-triage
service/imagebuilder

### 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...

documentation
service/ec2
needs-triage

### 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...

documentation
new-data-source
tests
service/ec2
generators

### 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...

enhancement
documentation
service/fsx
needs-triage