Skip to content

Commit

Permalink
add datashare terraform configuration (#13876)
Browse files Browse the repository at this point in the history
Co-authored-by: Your Name <[email protected]>
  • Loading branch information
chenjianfei2017 and Your Name authored Apr 12, 2021
1 parent f5e595b commit c4fc942
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions specification/datashare/resource-manager/readme.terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,19 @@ terraform:
clear-output-folder: true
output-folder: $(terraform-output-folder)/datashare
```

``` yaml $(tag) == 'package-2018-11-01-preview' && $(terraform)
gosdk-folder: services/preview/datashare/mgmt/2018-11-01-preview/datashare
```

``` yaml $(tag) == 'package-2019-11-01' && $(terraform)
gosdk-folder: services/datashare/mgmt/2019-11-01/datashare
```

``` yaml $(tag) == 'package-2020-09-01' && $(terraform)
gosdk-folder: services/datashare/mgmt/2020-09-01/datashare
```

``` yaml $(tag) == 'package-2020-10-01-preview' && $(terraform)
gosdk-folder: services/preview/datashare/mgmt/2020-10-01-preview/datashare
```

0 comments on commit c4fc942

Please sign in to comment.