{ "version": 4, "terraform_version": "1.6.8", "serial": 133, "lineage": "20d7c8ad-5433-6e07-02da-c74a6b08d5f0", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-2f18f1fee007a8ea4", "ami": "ami-4fc76130", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-58020857"], "subnet_id": "subnet-3cf47d2c", "key_name": "prod-deploy-key" } } ] } ] }