Skip to content

Commit

Permalink
DataSourceのletsencryptからOptionalの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
lvctr committed Oct 22, 2024
1 parent cb9ff0d commit d42e5b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sakuracloud/data_source_sakuracloud_proxylb.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ func dataSourceSakuraCloudProxyLB() *schema.Resource {
},
"letsencrypt": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Expand Down

0 comments on commit d42e5b6

Please sign in to comment.