Commit c59630e
authored
[registry] Drop the local-conversion fallback for unconverted versions (#20695)
Publishing a module version converts it, so the "if a version has no
package" case is a transient state of the conversion job, not a
workflow to document. Remove the section and the matching paragraph in
the Terraform module guide, and stop offering `pulumi package add hcl
module tf.pulumi.com/...` as something readers run.
Mention the hcl provider once, as what the conversion job uses under
the hood: it derives the schema with `pulumi package get-schema hcl
module <address>` and publishes it as a package version.1 parent f11e078 commit c59630e
2 files changed
Lines changed: 4 additions & 20 deletions
File tree
- content/docs
- iac/guides/building-extending/using-existing-tools
- idp/concepts
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 97 | + | |
104 | 98 | | |
105 | 99 | | |
106 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 113 | + | |
124 | 114 | | |
125 | 115 | | |
126 | 116 | | |
| |||
0 commit comments