Skip to content

Commit

Permalink
resource/alicloud_nas_file_system: Refactored the resource alicloud_n…
Browse files Browse the repository at this point in the history
…as_file_system; Added the field create_time, recycle_bin, nfs_acl, resource_group_id, snapshot_id, status
  • Loading branch information
MrWolong authored and ChenHanZhang committed Nov 28, 2024
1 parent 709c6df commit a22730b
Show file tree
Hide file tree
Showing 5 changed files with 1,108 additions and 586 deletions.
2 changes: 1 addition & 1 deletion alicloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ func Provider() terraform.ResourceProvider {
"alicloud_ess_server_group_attachment": resourceAliCloudEssServerGroupAttachment(),
"alicloud_vpc": resourceAliCloudVpcVpc(),
"alicloud_nat_gateway": resourceAliCloudNatGateway(),
"alicloud_nas_file_system": resourceAlicloudNasFileSystem(),
"alicloud_nas_file_system": resourceAliCloudNasFileSystem(),
"alicloud_nas_mount_target": resourceAlicloudNasMountTarget(),
"alicloud_nas_access_group": resourceAliCloudNasAccessGroup(),
"alicloud_nas_access_rule": resourceAliCloudNasAccessRule(),
Expand Down
Loading

0 comments on commit a22730b

Please sign in to comment.