kubernetes_mutating_webhook_configuration_v1

A Mutating Webhook Configuration configures a mutating admission webhook. This data source allows you to pull data about a given mutating webhook configuration based on its name.

Example Usage

data "kubernetes_mutating_webhook_configuration_v1" "example" {
  metadata {
    name = "terraform-example"
  }
}

Argument Reference

The following arguments are supported:

Attributes

webhook - A list of webhooks and the affected resources and operations.

Nested Blocks

metadata

Arguments

Attributes

webhook

Arguments

client_config

Arguments

service

Arguments

rule

Arguments