{ "version": 4, "terraform_version": "1.8.0", "serial": 378, "lineage": "4e64555c-8b9d-0b56-b909-6b6c687337a2", "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-2636a9249c997648f", "ami": "ami-af056df7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d59afc2b"], "subnet_id": "subnet-f4c59224", "key_name": "prod-deploy-key" } } ] } ] }