{ "version": 4, "terraform_version": "1.5.8", "serial": 264, "lineage": "8b6ba544-16bf-a359-935a-1433cc8393c2", "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-c211e240617289e7f", "ami": "ami-55684f6f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0c33d8b3"], "subnet_id": "subnet-3e20c499", "key_name": "prod-deploy-key" } } ] } ] }