{ "version": 4, "terraform_version": "1.6.3", "serial": 583, "lineage": "42cb9cb9-2140-9828-4299-0f68d5903c95", "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-cc1576adedbcb6858", "ami": "ami-03184b75", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-89ce90c5"], "subnet_id": "subnet-4fb924e6", "key_name": "prod-deploy-key" } } ] } ] }