{ "version": 4, "terraform_version": "1.6.1", "serial": 485, "lineage": "01e1ce14-3330-dbaf-df29-e157fb32a2b4", "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-5fa79e89c89722f45", "ami": "ami-47de0bbb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6d7f3c24"], "subnet_id": "subnet-0cca2f13", "key_name": "prod-deploy-key" } } ] } ] }