File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ further examples under `config/<group>/config.go` in their repositories.
262
262
263
263
_ Please see [ this figure] to understand why we really need 3 different functions
264
264
to configure external names and, it visualizes which is used how:_
265
- ![ Alt text] ( ../images/upjet-externalname.png ) _ Note that, initially, GetIDFn
265
+ ![ Alt text] ( ../docs/ images/upjet-externalname.png ) _ Note that, initially, GetIDFn
266
266
will use the external-name annotation to set the terraform.tfstate id and, after
267
267
that, it uses the terraform.tfstate id to update the external-name annotation.
268
268
For cases where both values are different, both GetIDFn and GetExternalNameFn
@@ -899,7 +899,7 @@ initializers for a resource.
899
899
[ Computed ] : https://github.com/hashicorp/terraform-plugin-sdk/blob/e3325b095ef501cf551f7935254ce942c44c1af0/helper/schema/schema.go#L139
900
900
[ tags_all for jet AWS resources ] : https://github.com/upbound/provider-aws/blob/main/config/overrides.go#L62
901
901
[ AWS region ] : https://github.com/upbound/provider-aws/blob/main/config/overrides.go#L32
902
- [ this figure ] : ../images/upjet-externalname.png
902
+ [ this figure ] : ../docs/ images/upjet-externalname.png
903
903
[ Initializers ] : #initializers
904
904
[ InitializerFns ] : https://github.com/crossplane/upjet/blob/main/pkg/config/resource.go#L297
905
905
[ NewInitializerFn ] : https://github.com/crossplane/upjet/blob/main/pkg/config/resource.go#L210
You can’t perform that action at this time.
0 commit comments