Skip to content

Commit

Permalink
chore(stack): add profile fields (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap authored Jun 24, 2024
1 parent 5abad7c commit c105dcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false

rvm:
- "2.1"
- "2.2"
- "2.1.10"
- "2.2.10"
- "2.3"
- "2.4"
- "2.5"
Expand Down
3 changes: 3 additions & 0 deletions lib/aptible/api/stack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class Stack < Resource
field :ssh_portal_host
field :ssh_portal_port
field :organization_id
field :allow_c_instance_profile
field :allow_m_instance_profile
field :allow_r_instance_profile
field :created_at, type: Time
field :updated_at, type: Time

Expand Down

0 comments on commit c105dcb

Please sign in to comment.