github Mongey/terraform-provider-kafka v0.5.3

latest releases: v0.8.1, v0.8.0, v0.7.1...
17 months ago

Features

  • Adds kafka_user_scram_credential resource
    resource "kafka_user_scram_credential" "example" {
      username         = "user1"
      scram_mechanism  = "SCRAM-SHA-256"
      scram_iterations = "8192"
      password         = "password"
    }

Changelog

  • 3241c61 Stop workflows running twice
  • 537a378 Bump golangci-lint action
  • f981616 Build with go 1.20.x; Closes #319
  • 3f75a7f Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1
  • 5f23eb5 Bump golang.org/x/net from 0.0.0-20220927171203-f486391704dc to 0.7.0
  • df75939 Bump github.com/Shopify/sarama from 1.37.2 to 1.38.1
  • 31a885b Bump actions/setup-go from 3 to 4
  • 77f2f3f add documentation for kafka_user_scram_credential to README
  • b02abac add SCRAM user credential resource
  • beeb633 Bump goreleaser/goreleaser-action from 3 to 4
  • 591d336 fix and parallelize acceptance tests

Don't miss a new terraform-provider-kafka release

NewReleases is sending notifications on new releases.