Skip to content

Commit

Permalink
feat: vpc flowlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagashino committed Dec 12, 2022
1 parent ad08528 commit 7cedef0
Show file tree
Hide file tree
Showing 6 changed files with 715 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ Virtual Private Cloud(VPC)
tencentcloud_ha_vip_eip_attachment
tencentcloud_vpc_bandwidth_package
tencentcloud_vpc_bandwidth_package_attachment
tencentcloud_vpc_flow_log
VPN Connections(VPN)
Data Source
Expand Down Expand Up @@ -1500,6 +1501,7 @@ func Provider() terraform.ResourceProvider {
"tencentcloud_dts_migrate_job": resourceTencentCloudDtsMigrateJob(),
"tencentcloud_dts_compare_task": resourceTencentCloudDtsCompareTask(),
"tencentcloud_cvm_hpc_cluster": resourceTencentCloudCvmHpcCluster(),
"tencentcloud_vpc_flow_log": resourceTencentCloudVpcFlowLog(),
},

ConfigureFunc: providerConfigure,
Expand Down
Loading

0 comments on commit 7cedef0

Please sign in to comment.