{ "version": 4, "terraform_version": "1.6.9", "serial": 501, "lineage": "7f2ef238-3419-f54c-bfc4-026108bc625f", "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-dc32b6d96fb71fd90", "ami": "ami-ee7b2660", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-311a5c19"], "subnet_id": "subnet-973ec56a", "key_name": "prod-deploy-key" } } ] } ] }