Documentation
¶
Index ¶
- func DataSourceGoogleKmsCryptoKey() *schema.Resource
- func DataSourceGoogleKmsCryptoKeyVersion() *schema.Resource
- func DataSourceGoogleKmsKeyRing() *schema.Resource
- func DataSourceGoogleKmsSecret() *schema.Resource
- func DataSourceGoogleKmsSecretCiphertext() *schema.Resource
- type KmsCryptoKeyId
- type KmsKeyRingId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KmsCryptoKeyId ¶
type KmsCryptoKeyId struct { KeyRingId KmsKeyRingId Name string }
func ParseKmsCryptoKeyId ¶
func ParseKmsCryptoKeyId(id string, config *transport_tpg.Config) (*KmsCryptoKeyId, error)
func (*KmsCryptoKeyId) CryptoKeyId ¶
func (s *KmsCryptoKeyId) CryptoKeyId() string
func (*KmsCryptoKeyId) TerraformId ¶
func (s *KmsCryptoKeyId) TerraformId() string
type KmsKeyRingId ¶
func (*KmsKeyRingId) KeyRingId ¶
func (s *KmsKeyRingId) KeyRingId() string
func (*KmsKeyRingId) TerraformId ¶
func (s *KmsKeyRingId) TerraformId() string
Click to show internal directories.
Click to hide internal directories.