{ "version": 4, "terraform_version": "1.6.9", "serial": 533, "lineage": "d7ef7b35-3878-f3c5-34b5-dff72ca2d12f", "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-cdb8bf6581a27e0a6", "ami": "ami-2ddb6b3f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1ffbc92c"], "subnet_id": "subnet-6d75a3b9", "key_name": "prod-deploy-key" } } ] } ] }