@@ -400,7 +400,11 @@ annotation key.`,
400400 Optional : true ,
401401 Description : `Annotations is a key value map stored with a resource that
402402may be set by external tools to store and retrieve arbitrary metadata. More
403- info: http://kubernetes.io/docs/user-guide/annotations` ,
403+ info: http://kubernetes.io/docs/user-guide/annotations
404+
405+ **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
406+ If terraform plan shows a diff where a server-side annotation is added, you can add it to your config
407+ or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.` ,
404408 Elem : & schema.Schema {Type : schema .TypeString },
405409 },
406410 "labels" : {
@@ -510,7 +514,11 @@ and annotations.`,
510514 DiffSuppressFunc : cloudrunAnnotationDiffSuppress ,
511515 Description : `Annotations is a key value map stored with a resource that
512516may be set by external tools to store and retrieve arbitrary metadata. More
513- info: http://kubernetes.io/docs/user-guide/annotations` ,
517+ info: http://kubernetes.io/docs/user-guide/annotations
518+
519+ **Note**: The Cloud Run API may add additional annotations that were not provided in your config.
520+ If terraform plan shows a diff where a server-side annotation is added, you can add it to your config
521+ or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.` ,
514522 Elem : & schema.Schema {Type : schema .TypeString },
515523 },
516524 "labels" : {
0 commit comments