{ "version": 4, "terraform_version": "1.5.2", "serial": 423, "lineage": "9bc2dcb6-18b1-2810-2839-4672d96fc522", "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-049e290c4c5549246", "ami": "ami-96abfc28", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bdcff803"], "subnet_id": "subnet-74be2d9e", "key_name": "prod-deploy-key" } } ] } ] }