Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type DataArgs struct + Id terra.StringValue + Secret []DataSecret + type DataSecret struct + Context terra.MapValue[terra.StringValue] + GrantTokens terra.ListValue[terra.StringValue] + Name terra.StringValue + Payload terra.StringValue + type DataSecretAttributes struct + func (s DataSecretAttributes) Context() terra.MapValue[terra.StringValue] + func (s DataSecretAttributes) GrantTokens() terra.ListValue[terra.StringValue] + func (s DataSecretAttributes) InternalRef() (terra.Reference, error) + func (s DataSecretAttributes) InternalTokens() (hclwrite.Tokens, error) + func (s DataSecretAttributes) InternalWithRef(ref terra.Reference) DataSecretAttributes + func (s DataSecretAttributes) Name() terra.StringValue + func (s DataSecretAttributes) Payload() terra.StringValue + type DataSecretState struct + Context map[string]string + GrantTokens []string + Name string + Payload string + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (aks *DataSource) Attributes() dataAwsKmsSecretAttributes + func (aks *DataSource) Configuration() interface{} + func (aks *DataSource) DataSource() string + func (aks *DataSource) LocalName() string