Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade terraform-provider-mailgun to v0.7.5 #215

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-mailgun/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
},
"spamAction": {
"type": "string",
"description": "`disabled` or `tag` Disable, no spam\nfiltering will occur for inbound messages. Tag, messages\nwill be tagged with a spam header.\n"
"description": "`disabled` or `tag` Disable, no spam\nfiltering will occur for inbound messages. Tag, messages\nwill be tagged with a spam header. Default value is `disabled`.\n"
},
"wildcard": {
"type": "boolean",
Expand Down Expand Up @@ -487,7 +487,7 @@
},
"spamAction": {
"type": "string",
"description": "`disabled` or `tag` Disable, no spam\nfiltering will occur for inbound messages. Tag, messages\nwill be tagged with a spam header.\n",
"description": "`disabled` or `tag` Disable, no spam\nfiltering will occur for inbound messages. Tag, messages\nwill be tagged with a spam header. Default value is `disabled`.\n",
"willReplaceOnChanges": true
},
"wildcard": {
Expand Down Expand Up @@ -569,7 +569,7 @@
},
"spamAction": {
"type": "string",
"description": "`disabled` or `tag` Disable, no spam\nfiltering will occur for inbound messages. Tag, messages\nwill be tagged with a spam header.\n",
"description": "`disabled` or `tag` Disable, no spam\nfiltering will occur for inbound messages. Tag, messages\nwill be tagged with a spam header. Default value is `disabled`.\n",
"willReplaceOnChanges": true
},
"wildcard": {
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Domain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public partial class Domain : global::Pulumi.CustomResource
/// <summary>
/// `disabled` or `tag` Disable, no spam
/// filtering will occur for inbound messages. Tag, messages
/// will be tagged with a spam header.
/// will be tagged with a spam header. Default value is `disabled`.
/// </summary>
[Output("spamAction")]
public Output<string?> SpamAction { get; private set; } = null!;
Expand Down Expand Up @@ -242,7 +242,7 @@ public Input<string>? SmtpPassword
/// <summary>
/// `disabled` or `tag` Disable, no spam
/// filtering will occur for inbound messages. Tag, messages
/// will be tagged with a spam header.
/// will be tagged with a spam header. Default value is `disabled`.
/// </summary>
[Input("spamAction")]
public Input<string>? SpamAction { get; set; }
Expand Down Expand Up @@ -373,7 +373,7 @@ public Input<string>? SmtpPassword
/// <summary>
/// `disabled` or `tag` Disable, no spam
/// filtering will occur for inbound messages. Tag, messages
/// will be tagged with a spam header.
/// will be tagged with a spam header. Default value is `disabled`.
/// </summary>
[Input("spamAction")]
public Input<string>? SpamAction { get; set; }
Expand Down
12 changes: 6 additions & 6 deletions sdk/go/mailgun/domain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/java/src/main/java/com/pulumi/mailgun/Domain.java
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public Output<Optional<String>> smtpPassword() {
/**
* `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
*/
@Export(name="spamAction", type=String.class, parameters={})
Expand All @@ -261,7 +261,7 @@ public Output<Optional<String>> smtpPassword() {
/**
* @return `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
*/
public Output<Optional<String>> spamAction() {
Expand Down
8 changes: 4 additions & 4 deletions sdk/java/src/main/java/com/pulumi/mailgun/DomainArgs.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public Optional<Output<String>> smtpPassword() {
/**
* `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
*/
@Import(name="spamAction")
Expand All @@ -134,7 +134,7 @@ public Optional<Output<String>> smtpPassword() {
/**
* @return `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
*/
public Optional<Output<String>> spamAction() {
Expand Down Expand Up @@ -340,7 +340,7 @@ public Builder smtpPassword(String smtpPassword) {
/**
* @param spamAction `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
* @return builder
*
Expand All @@ -353,7 +353,7 @@ public Builder spamAction(@Nullable Output<String> spamAction) {
/**
* @param spamAction `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
* @return builder
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public Optional<Output<String>> smtpPassword() {
/**
* `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
*/
@Import(name="spamAction")
Expand All @@ -230,7 +230,7 @@ public Optional<Output<String>> smtpPassword() {
/**
* @return `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
*/
public Optional<Output<String>> spamAction() {
Expand Down Expand Up @@ -610,7 +610,7 @@ public Builder smtpPassword(String smtpPassword) {
/**
* @param spamAction `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
* @return builder
*
Expand All @@ -623,7 +623,7 @@ public Builder spamAction(@Nullable Output<String> spamAction) {
/**
* @param spamAction `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*
* @return builder
*
Expand Down
6 changes: 3 additions & 3 deletions sdk/nodejs/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class Domain extends pulumi.CustomResource {
/**
* `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*/
public readonly spamAction!: pulumi.Output<string | undefined>;
/**
Expand Down Expand Up @@ -239,7 +239,7 @@ export interface DomainState {
/**
* `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*/
spamAction?: pulumi.Input<string>;
/**
Expand Down Expand Up @@ -284,7 +284,7 @@ export interface DomainArgs {
/**
* `disabled` or `tag` Disable, no spam
* filtering will occur for inbound messages. Tag, messages
* will be tagged with a spam header.
* will be tagged with a spam header. Default value is `disabled`.
*/
spamAction?: pulumi.Input<string>;
/**
Expand Down
14 changes: 7 additions & 7 deletions sdk/python/pulumi_mailgun/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(__self__, *,
:param pulumi.Input[str] smtp_password: Password for SMTP authentication
:param pulumi.Input[str] spam_action: `disabled` or `tag` Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
will be tagged with a spam header. Default value is `disabled`.
:param pulumi.Input[bool] wildcard: Boolean that determines whether
the domain will accept email for sub-domains.
"""
Expand Down Expand Up @@ -188,7 +188,7 @@ def spam_action(self) -> Optional[pulumi.Input[str]]:
"""
`disabled` or `tag` Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
will be tagged with a spam header. Default value is `disabled`.
"""
return pulumi.get(self, "spam_action")

Expand Down Expand Up @@ -243,7 +243,7 @@ def __init__(__self__, *,
:param pulumi.Input[str] smtp_password: Password for SMTP authentication
:param pulumi.Input[str] spam_action: `disabled` or `tag` Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
will be tagged with a spam header. Default value is `disabled`.
:param pulumi.Input[bool] wildcard: Boolean that determines whether
the domain will accept email for sub-domains.
"""
Expand Down Expand Up @@ -497,7 +497,7 @@ def spam_action(self) -> Optional[pulumi.Input[str]]:
"""
`disabled` or `tag` Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
will be tagged with a spam header. Default value is `disabled`.
"""
return pulumi.get(self, "spam_action")

Expand Down Expand Up @@ -575,7 +575,7 @@ def __init__(__self__,
:param pulumi.Input[str] smtp_password: Password for SMTP authentication
:param pulumi.Input[str] spam_action: `disabled` or `tag` Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
will be tagged with a spam header. Default value is `disabled`.
:param pulumi.Input[bool] wildcard: Boolean that determines whether
the domain will accept email for sub-domains.
"""
Expand Down Expand Up @@ -713,7 +713,7 @@ def get(resource_name: str,
:param pulumi.Input[str] smtp_password: Password for SMTP authentication
:param pulumi.Input[str] spam_action: `disabled` or `tag` Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
will be tagged with a spam header. Default value is `disabled`.
:param pulumi.Input[bool] wildcard: Boolean that determines whether
the domain will accept email for sub-domains.
"""
Expand Down Expand Up @@ -845,7 +845,7 @@ def spam_action(self) -> pulumi.Output[Optional[str]]:
"""
`disabled` or `tag` Disable, no spam
filtering will occur for inbound messages. Tag, messages
will be tagged with a spam header.
will be tagged with a spam header. Default value is `disabled`.
"""
return pulumi.get(self, "spam_action")

Expand Down
2 changes: 1 addition & 1 deletion upstream
Loading