Giter VIP home page Giter VIP logo

terraform-provider-aws's Introduction

Terraform AWS Provider Custom Builds

This repository stores custom builds of the Terraform AWS provider along with build scripts. See Releases for downloads.

Criteria

  • Should not have the proposal label: -label:proposal
  • Should not have the breaking-change label: -label:breaking-change
  • Should have tests: label:tests
  • Should have checks passing: status:success
  • Should not be [WIP]: NOT [WIP] in:title

Filtered pull requests

Current Inclusions

PR Release Notes Source
#11162 New Data Source: aws_ec2_transit_gateway_peering_attachment
New Resource: aws_ec2_transit_gateway_peering_attachment
j-nix/add_transit_gw_peering
#10256 New Resource: aws_cloudwatch_event_bus alexanderkalach/aws-cloudwatch-event-bus
#12183 resource/aws_elasticsearch_domain: Add advanced_security_options block for fine grained access control JustinSchuyler/master
#10560 New Resource: aws_ec2_client_vpn_route angelabad/master
#8876 resource/aws_eip: Add support for EIPs with a specified BYOIP address arwilczek90/8004_eip_byoip_address
#12574 resource/aws_lb_listener_rule: Add support for multiple, weighted target groups in forward rules
resource/aws_lb_listener: Add support for multiple, weighted target groups in default actions
rdelcampog/f/aws_lb_listener_rule-weighted-tg
#12218 resource/aws_vpn_connection: Accelerated Site-to-Site VPN support sjones-and/f-vpn-acceleration

Build Method

  • Fetch tags: git fetch origin --tags
  • Create remotes for feature branches: git remote add <username> [email protected]:<username>/terraform-provider-aws.git
  • Fetch remotes: git fetch <username>
  • Create a new branch from an existing tagged version: git checkout tags/v<version> -b v<version>-custom
  • Merge each branch: git merge -m "Merge remote-tracking branch '<username>/<remotebranch>' into v<version>-custom" <username>/<remotebranch>
  • Run acceptance tests
  • Create release file (append all release notes)
  • Tag release: git tag v<version>-custom
  • Push release tag: git push origin tags/v<version>-custom

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.