jolly-addition-88642
10/18/2022, 9:39 PMwarning: One or more imported inputs failed to validate. This is almost certainly a bug in the `gcp` provider. The import will still proceed, but you will need to edit the generated code after copying it into your program.
warning: gcp:compute/sSLCertificate:SSLCertificate resource 'test_cert' has a problem: Missing required argument: The argument "private_key" is required, but no definition was found.. Examine values at 'SSLCertificate.PrivateKey'.
little-cartoon-10569
10/18/2022, 9:47 PMpulumi import
, or pulumi up
with the import:
opt? pulumi import
should generate that for you...jolly-addition-88642
10/18/2022, 9:52 PMlittle-cartoon-10569
10/18/2022, 9:59 PMjolly-addition-88642
10/18/2022, 10:16 PMterraform import google_compute_ssl_certificate.default {{project}}/{{name}}
little-cartoon-10569
10/18/2022, 10:24 PMjolly-addition-88642
10/18/2022, 10:25 PM