https://pulumi.com logo
Title
s

stale-actor-16546

06/29/2022, 9:07 AM
Hi Im trying to manage Akamai properties from pulumi. Im able to create new properties but i cannot update them after creation. I always get the error "CreateFromVersion: cannot be blank". I cant find any references in the documents to provide this field. Any help would be really appreciated. TIA.
pulumi_test1 = akamai.Property("pulumi-test1",
    contract_id="ctr_G-XXXXXXX",
    group_id="grp_000000",
    hostnames=[akamai.PropertyHostnameArgs(
        cert_provisioning_type="CPS_MANAGED",
        cert_statuses=[akamai.PropertyHostnameCertStatusArgs()],
        cname_from="<http://cdn1.example.net|cdn1.example.net>",
        cname_to="<http://cdn1.example.net.edgesuite.net|cdn1.example.net.edgesuite.net>",
        cname_type="EDGE_HOSTNAME",
    )],
    name="pulumi-test1",
    product_id="prd_Fresca",
    rule_format="latest",
    rules=json.dumps(rules),
    opts=pulumi.ResourceOptions(protect=True)
)
b

billowy-army-68599

06/29/2022, 4:10 PM
please open an issue in the github repo
👍 1