{ "version": 4, "terraform_version": "1.6.6", "serial": 283, "lineage": "d7f2dfba-fee7-0e55-240d-3b3a2fc22093", "outputs": { "db_endpoint": { "value": "db-4.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-bc01411525b282329", "ami": "ami-3ea7e899", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4e47c544"], "subnet_id": "subnet-20873e8e", "key_name": "prod-deploy-key" } } ] } ] }