You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/index.html.markdown
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,4 +130,20 @@ The following properties are common to ALL sources and can be used to configure
130
130
-`cutoff_relative_time` - (Optional) Can be specified instead of cutoffTimestamp to provide a relative offset with respect to the current time. Example: use -1h, -1d, or -1w to collect data that's less than one hour, one day, or one week old, respectively.
Steps to configure SNS subscription and sync the state in terrform:
142
+
- Step 1: Create the source via terraform.
143
+
- Step 2: Setup [SNS subscription][3] outside of terraform on Sumologic UI.
144
+
- Step 3: Run `terraform plan -refresh-only` to review the changes and verify the state with the SNS subscription information. Make sure only `sns_topic_or_subscription_arn` is updated. If SNS has been successfully configured and has received a subscription confirmation request `isSuccess` parameter will be true.
145
+
- Step 4: Apply the changes with `terraform apply -refresh-only`.
0 commit comments