{ "version": 4, "terraform_version": "1.7.8", "serial": 176, "lineage": "7dc78cd0-0743-e0b8-63c3-cff0d57513ce", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1a7126babb24e6533", "ami": "ami-9aeecebc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-53a8f728"], "subnet_id": "subnet-6e5f5e59", "key_name": "prod-deploy-key" } } ] } ] }