Max Riveiro
|
137fcfb5de
|
Massively add HCL source tag in docs Markdown files
Signed-off-by: Max Riveiro <kavu13@gmail.com>
|
2017-04-17 13:17:54 +03:00 |
|
Paul Stack
|
d87cc0721f
|
provider/aws: Add support for IPv6 to aws_security_group_rule (#12645)
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSecurityGroupRule_' ✹ ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/13 15:40:39 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSecurityGroupRule_ -timeout 120m
=== RUN TestAccAWSSecurityGroupRule_Ingress_VPC
--- PASS: TestAccAWSSecurityGroupRule_Ingress_VPC (53.36s)
=== RUN TestAccAWSSecurityGroupRule_Ingress_Protocol
--- PASS: TestAccAWSSecurityGroupRule_Ingress_Protocol (85.22s)
=== RUN TestAccAWSSecurityGroupRule_Ingress_Ipv6
--- PASS: TestAccAWSSecurityGroupRule_Ingress_Ipv6 (87.55s)
=== RUN TestAccAWSSecurityGroupRule_Ingress_Classic
--- PASS: TestAccAWSSecurityGroupRule_Ingress_Classic (50.58s)
=== RUN TestAccAWSSecurityGroupRule_MultiIngress
--- PASS: TestAccAWSSecurityGroupRule_MultiIngress (47.98s)
=== RUN TestAccAWSSecurityGroupRule_Egress
--- PASS: TestAccAWSSecurityGroupRule_Egress (50.48s)
=== RUN TestAccAWSSecurityGroupRule_SelfReference
--- PASS: TestAccAWSSecurityGroupRule_SelfReference (82.45s)
=== RUN TestAccAWSSecurityGroupRule_ExpectInvalidTypeError
--- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidTypeError (0.01s)
=== RUN TestAccAWSSecurityGroupRule_PartialMatching_basic
--- PASS: TestAccAWSSecurityGroupRule_PartialMatching_basic (95.55s)
=== RUN TestAccAWSSecurityGroupRule_PartialMatching_Source
--- PASS: TestAccAWSSecurityGroupRule_PartialMatching_Source (95.65s)
=== RUN TestAccAWSSecurityGroupRule_Issue5310
--- PASS: TestAccAWSSecurityGroupRule_Issue5310 (45.91s)
=== RUN TestAccAWSSecurityGroupRule_Race
--- PASS: TestAccAWSSecurityGroupRule_Race (697.79s)
=== RUN TestAccAWSSecurityGroupRule_SelfSource
--- PASS: TestAccAWSSecurityGroupRule_SelfSource (96.19s)
=== RUN TestAccAWSSecurityGroupRule_PrefixListEgress
--- PASS: TestAccAWSSecurityGroupRule_PrefixListEgress (97.51s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 1586.248s
```
|
2017-03-14 12:37:59 +02:00 |
|
George Christou
|
61277c0dbd
|
website/docs: Run terraform fmt on code examples (#12075)
* docs/vsphere: Fix code block
* docs: Convert `...` to `# ...` to allow `terraform fmt`ing
* docs: Trim trailing whitespace
* docs: First-pass run of `terraform fmt` on code examples
|
2017-02-19 00:48:50 +02:00 |
|
Dave Walter
|
5a40fa2914
|
Update the docs for the AWS security_group_rule resource.
- clarify the description of the from/to port arguments
|
2016-10-12 12:24:45 -07:00 |
|
Jay Wallace
|
45da08c67f
|
Allow use of protocol numbers for ah and esp
|
2016-09-21 11:52:23 -07:00 |
|
ldanz
|
8bba3d4e6e
|
Documentation: explain the role of to_port in a security group rule when protocol is "icmp" (#8093)
|
2016-08-10 14:32:18 -05:00 |
|
stevehorsfield
|
03c2c4408f
|
Add support for 'prefix_list_ids' to AWS VPC security group rules
Prefix list IDs are used when allowing egress to an AWS VPC Endpoint.
See http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-endpoints.html#vpc-endpoints-routing
|
2016-06-30 15:48:27 -07:00 |
|
Sarkis Varozian
|
5843ffa03e
|
keep documentation consistent
|
2016-05-29 13:17:42 -04:00 |
|
Sarkis Varozian
|
d71e9bfaec
|
update docs to reflect attribute conflict
|
2016-05-28 16:10:32 -04:00 |
|
Paul Hinze
|
d447eac958
|
docs: ICMP type number goes in from_port in AWS SG rules
refs #1372
|
2016-03-10 19:23:35 -06:00 |
|
Trevor Pounds
|
a4fb080abe
|
Add missing to_port argument to website docs.
|
2015-10-10 14:54:59 -07:00 |
|
Jon Simpson
|
a2e14c0464
|
Fix typo
|
2015-07-15 16:48:53 +01:00 |
|
dan
|
8553d97682
|
fix typo
|
2015-05-28 10:20:00 +02:00 |
|
Clint Shryock
|
885efa0837
|
provider/aws: Add Security Group Rule as a top level resource
- document conflict with sg rules and sg in-line rules
- for this to work, ingress rules need to be computed
|
2015-05-05 16:56:39 -05:00 |
|