Skip to content

Commit f9bb29f

Browse files
committed
CHANGELOG
1 parent 58b9e68 commit f9bb29f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 1.1.0 (Unreleased)
2+
## 1.0.0 (2024-12-13)
3+
4+
- init the module [GH-1](https://github.com/alibabacloud-automation/terraform-alicloud-east-west-security-traffic/pull/1)

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ provider "alicloud" {
2525
}
2626
2727
module "complete" {
28-
source = alibabacloud-automation/east-west-security-traffic/alicloud
28+
source = "alibabacloud-automation/east-west-security-traffic/alicloud"
2929
3030
vpcs = [
3131
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ provider "alicloud" {
2525
}
2626
2727
module "complete" {
28-
source = alibabacloud-automation/east-west-security-traffic/alicloud
28+
source = "alibabacloud-automation/east-west-security-traffic/alicloud"
2929
3030
vpcs = [
3131
{

0 commit comments

Comments
 (0)