We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0018d49 commit 5c596a2Copy full SHA for 5c596a2
internal/services/edgeservices/cache_stage.go
@@ -74,12 +74,12 @@ func ResourceCacheStage() *schema.Resource {
74
"created_at": {
75
Type: schema.TypeString,
76
Computed: true,
77
- Description: "The pipeline description",
+ Description: "The date and time of the creation of the cache stage",
78
},
79
"updated_at": {
80
81
82
+ Description: "The date and time of the last update of the cache stage",
83
84
"project_id": account.ProjectIDSchema(),
85
0 commit comments