Skip to content

Commit 5c596a2

Browse files
committed
update descriptions
1 parent 0018d49 commit 5c596a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/edgeservices/cache_stage.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ func ResourceCacheStage() *schema.Resource {
7474
"created_at": {
7575
Type: schema.TypeString,
7676
Computed: true,
77-
Description: "The pipeline description",
77+
Description: "The date and time of the creation of the cache stage",
7878
},
7979
"updated_at": {
8080
Type: schema.TypeString,
8181
Computed: true,
82-
Description: "The pipeline description",
82+
Description: "The date and time of the last update of the cache stage",
8383
},
8484
"project_id": account.ProjectIDSchema(),
8585
},

0 commit comments

Comments
 (0)