{ "version": 4, "terraform_version": "1.6.3", "serial": 359, "lineage": "e8443289-872c-c895-8774-b58bd92d4667", "outputs": { "db_endpoint": { "value": "db-1.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-57366e5a5b5123923", "ami": "ami-b45fb57c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ea9ff0bb"], "subnet_id": "subnet-18a8c379", "key_name": "prod-deploy-key" } } ] } ] }