{ "version": 4, "terraform_version": "1.6.0", "serial": 210, "lineage": "192146cb-0704-442a-3300-f57a64e0066a", "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-c622e45c43a7f76c0", "ami": "ami-4d91f28b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4772af8c"], "subnet_id": "subnet-7e68f6cb", "key_name": "prod-deploy-key" } } ] } ] }