{ "version": 4, "terraform_version": "1.8.1", "serial": 483, "lineage": "1bcf83fd-da62-e06d-6a48-6ce5c7adc097", "outputs": { "db_endpoint": { "value": "db-1.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-a2daf4dc249efd885", "ami": "ami-bc60e54a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-299bf776"], "subnet_id": "subnet-8b605646", "key_name": "prod-deploy-key" } } ] } ] }