Skip to content

Commit

Permalink
Version 4 Upgrade Guide Base (#22818)
Browse files Browse the repository at this point in the history
* version 4 upgrade guide WIP

* Remove `aws_vpn_connection` sections.

The implementation does not set `Default` values on attributes and is backwards compatible.

* add instructions for breaking change introduced in #19198

* add instructions for breaking change introduced in #22043

* add instructions for breaking change introduced in #21771

* add instructions for breaking change introduced in #22253

Co-authored-by: Kit Ewbank <[email protected]>
  • Loading branch information
anGie44 and ewbankkit committed Feb 2, 2022
1 parent 69c1afe commit 43984d3
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/cloudwatch_log_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following arguments are supported:

In addition to all arguments above, the following attributes are exported:

* `arn` - The ARN of the Cloudwatch log group
* `arn` - The ARN of the Cloudwatch log group. Any `:*` suffix added by the API, denoting all CloudWatch Log Streams under the CloudWatch Log Group, is removed for greater compatibility with other AWS services that do not accept the suffix.
* `creation_time` - The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
* `retention_in_days` - The number of days log events retained in the specified log group.
* `kms_key_id` - The ARN of the KMS Key to use when encrypting log data.
Expand Down
Loading

0 comments on commit 43984d3

Please sign in to comment.