{ "version": 4, "terraform_version": "1.6.6", "serial": 231, "lineage": "00a68a35-159c-dd7e-3b17-737665a5939a", "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-a060b3d39a304478c", "ami": "ami-cf010fa8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2f070dd8"], "subnet_id": "subnet-1a4a01e2", "key_name": "prod-deploy-key" } } ] } ] }