Skip to content

Commit

Permalink
deprecate ubuntu 18 template in example and acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Sep 25, 2023
1 parent 7e06169 commit 8b9b8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gridscale/datasource_gridscale_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func TestAccDataSourceTemplate_basic(t *testing.T) {
name := "Ubuntu 18.04 LTS"
name := "Ubuntu 22.04 LTS (Jammy Jellyfish) "
resource.Test(t, resource.TestCase{
PreCheck: func() {
testAccPreCheck(t)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/template.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Get the template:

```terraform
data "gridscale_template" "ubuntu" {
name = "Ubuntu 18.04 LTS"
name = "Ubuntu 22.04 LTS (Jammy Jellyfish) "
}
```

Expand Down

0 comments on commit 8b9b8e8

Please sign in to comment.