Skip to content

Releases: C2Devel/terraform-provider-rockitcloud

v24.3.0

20 Dec 12:30
54719a7
Compare
Choose a tag to compare

NOTES:

  • Release internal user documentation on MkDocs

FEATURES:

  • New Data Source: aws_dx_connection
  • New Data Source: aws_dx_gateway
  • New Data Source: aws_dx_lag
  • New Data Source: aws_ec2_transit_gateway_dx_gateway_attachment
  • New Resource: aws_dx_gateway
  • New Resource: aws_dx_gateway_association
  • New Resource: aws_dx_transit_virtual_interface

BUG FIXES:

  • resource/aws_launch_template: suppress diff if no placement block is specified
  • internal/conns: do not validate access key if it is not provided or empty because AWS_ACCESS_KEY_ID environment variable can be used

ENHANCEMENTS:

  • resource/aws_eks_cluster, data-source/aws_eks_cluster: add legacy_cluster_params.master_config block

v24.2.2

18 Nov 10:48
133e1c9
Compare
Choose a tag to compare

BUG FIXES:

  • config: fix invalid ARN building that used username instead of project name in accountID section

v24.2.1

13 Nov 12:02
99380f7
Compare
Choose a tag to compare

BUG FIXES:

  • resource/aws_paas_service, data-source/aws_paas_service: add name for service and instance endpoints

ENHANCEMENTS:

  • provider: ignore system: tag key prefix

v24.2.0

07 Nov 11:19
079008a
Compare
Choose a tag to compare

NOTES:

  • Bump go version to 1.21
  • readme: add information about GPG key creation process

FEATURES:

  • New Data Source: aws_iam_group
  • New Data Source: aws_iam_policy
  • New Data Source: aws_iam_project
  • New Data Source: aws_iam_user
  • New Data Source: aws_iam_users
  • New Data Source: aws_backup_plan
  • New Data Source: aws_backup_selection
  • New Data Source: aws_backup_vault
  • New Resource: aws_iam_group
  • New Resource: aws_iam_group_membership
  • New Resource: aws_iam_group_policy_attachment
  • New Resource: aws_iam_policy
  • New Resource: aws_iam_project
  • New Resource: aws_iam_user
  • New Resource: aws_iam_user_group_membership
  • New Resource: aws_iam_user_policy_attachment
  • New Resource: aws_cloudwatch_metric_alarm
  • New Resource: aws_backup_plan
  • New Resource: aws_backup_selection
  • New Resource: aws_backup_vault_default

BUG FIXES:

  • resource/aws_customer_gateway, resource/aws_vpn_connection: add ipsec.legacy to possible values for type argument

ENHANCEMENTS:

  • resource/aws_subnet: add map_public_ip_on_launch argument support
  • data-source/aws_subnet: add map_public_ip_on_launch attribute support
  • provider: change default values for the provider parameters:
    • skip_credentials_validation: set the default value to true
    • skip_region_validation: set the default value to true
    • skip_requesting_account_id: set the default value to true
  • provider: support EC2_URL and PAAS_URL environment variables

v24.1.0

01 Jul 15:32
0ebf976
Compare
Choose a tag to compare

NOTES:

  • Rockit Cloud rebranding

FEATURES:

  • New Data Source: aws_ec2_host

ENHANCEMENTS:

  • datasource/aws_route53_zone: make the IsTruncated parameter optional as it is not supported
  • datasource/aws_instance: add tenancy, affinity and host_id attributes support
  • resource/aws_route53_record: remove the StartRecordName, StartRecordType, MaxItems parameters as they are not supported
  • resource/aws_instance: add tenancy, affinity and host_id arguments support
  • resource/aws_launch_template: add tenancy, affinity and host_id arguments of the placement block support
  • resource/aws_ami: update possible virtualization type values and the default value
  • resource/aws_ami: update volume type default value

DOCUMENTATION FIXES:

  • datasource/aws_ami, datasource/aws_ami_ids: executable_users description: add all to the list of possible values
  • datasource/aws_ebs_snapshot, datasource/aws_ebs_snapshot_ids: owners description: add self to the list of possible values
  • resource/aws_route53_record: fix description in documentation about records that contain more than 255 characters

v24.0.1

03 Jun 17:21
1b10fa3
Compare
Choose a tag to compare

BUG FIXES:

  • resource/aws_paas_service: remove service from tfstate if it is not found when deleting
  • resource/aws_paas_service: update list of possible service statuses
  • resource/aws_paas_service: add proper type casting for mongodb.storage_engine_cache_size parameter

ENHANCEMENTS:

  • resource/aws_paas_service: add examples for MongoDB, MySQL and RabbitMQ PaaS services to documentation
  • resource/aws_paas_service: remove default value for optional parameters
  • resource/aws_paas_service: add the ability to update service parameters for ElasticSearch, MongoDB, RabbitMQ and Redis PaaS services

v24.0.0

01 Mar 11:18
15a3641
Compare
Choose a tag to compare

NOTES:

  • Change versioning policy: v4.14.0-CROCX => semver started from v24.0.0

FEATURES:

  • New Data Source: aws_ec2_transit_gateway
  • New Data Source: aws_ec2_transit_gateway_route_table
  • New Data Source: aws_ec2_transit_gateway_route_tables
  • New Data Source: aws_ec2_transit_gateway_vpc_attachment
  • New Data Source: aws_ec2_transit_gateway_vpc_attachments
  • New Resource: aws_ec2_transit_gateway
  • New Resource: aws_ec2_transit_gateway_route
  • New Resource: aws_ec2_transit_gateway_route_table
  • New Resource: aws_ec2_transit_gateway_route_table_association
  • New Resource: aws_ec2_transit_gateway_route_table_propagation
  • New Resource: aws_ec2_transit_gateway_vpc_attachment

v4.14.0-CROC10

18 Jan 14:06
3097870
Compare
Choose a tag to compare

PaaS support

v4.14.0-CROC9

13 Nov 14:04
a23feda
Compare
Choose a tag to compare
Merge pull request #29 from C2Devel/4.14.0-CROC9

C2DEVEL-XXXX: changelog, modules: Update changelog, change aws-sdk version

v4.14.0-CROC8

12 Sep 14:38
bedc677
Compare
Choose a tag to compare
Merge pull request #22 from PixarV/C2DEVEL-12958

add eks resources support