{ "version": 4, "terraform_version": "1.5.5", "serial": 348, "lineage": "265f6507-8b2d-f2b8-a523-21c277aea4ff", "outputs": { "db_endpoint": { "value": "db-3.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-c23b8c9bfdf7584b6", "ami": "ami-6face63c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4564506a"], "subnet_id": "subnet-b64dcaf5", "key_name": "prod-deploy-key" } } ] } ] }